File size: 144 Bytes
0cee4ac |
1 2 3 4 5 6 7 8 9 |
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# DeepSpeed Team
class DeprecatedException(Exception):
pass
|
0cee4ac |
1 2 3 4 5 6 7 8 9 |
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
# DeepSpeed Team
class DeprecatedException(Exception):
pass
|