ColossalAI/colossalai/zero/sharded_optim/__init__.py

3 lines
75 B
Python

from .sharded_optim import ShardedOptimizer
__all__ = ['ShardedOptimizer']