mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-07 20:39:48 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
from .config import InferenceConfig
|
|
from .core import InferenceEngine
|
|
|
|
__all__ = ["InferenceConfig", "InferenceEngine"]
|