10 lines
217 B
Python
10 lines
217 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .all_to_all import all_to_all
|
|
from . import sp_dp_registry
|
|
|
|
__all__ = ["all_to_all", "sp_dp_registry", "sp_compat"]
|