mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-27 19:36:13 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
from .config import InferenceConfig
|
|
from .core import InferenceEngine
|
|
|
|
__all__ = ["InferenceConfig", "InferenceEngine"]
|