7 lines
164 B
Python
7 lines
164 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from ..runtime.pipe import PipelineModule, LayerSpec, TiedLayerSpec
|