mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
9 lines
243 B
Python
9 lines
243 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .compress import init_compression, redundancy_clean
|
|
from .scheduler import compression_scheduler
|
|
from .helper import convert_conv1d_to_linear
|