9 lines
186 B
Python
9 lines
186 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
from .adam import OnebitAdam
|
|
from .lamb import OnebitLamb
|
|
from .zoadam import ZeroOneAdam
|