mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-16 23:16:56 +00:00
* remove useless code * fix quant model * fix test import bug * mv original inference legacy * fix chatglm2
4 lines
83 B
Python
4 lines
83 B
Python
from .microbatch_manager import MicroBatchManager
|
|
|
|
__all__ = ["MicroBatchManager"]
|