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