mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-17 07:26:29 +00:00
* remove useless code * fix quant model * fix test import bug * mv original inference legacy * fix chatglm2
4 lines
65 B
Python
4 lines
65 B
Python
from .engine import CaiInferEngine
|
|
|
|
__all__ = ["CaiInferEngine"]
|