8 lines
169 B
Python
Executable File
8 lines
169 B
Python
Executable File
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .cpu_lion import DeepSpeedCPULion
|
|
from .fused_lion import FusedLion
|