mirror of https://github.com/InternLM/InternLM
7 lines
135 B
Python
7 lines
135 B
Python
![]() |
#!/usr/bin/env python
|
||
|
# -*- encoding: utf-8 -*-
|
||
|
|
||
|
from .hybrid_zero_optim import HybridZeroOptimizer
|
||
|
|
||
|
__all__ = ["HybridZeroOptimizer"]
|