mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-03 22:18:23 +00:00
5 lines
120 B
Python
5 lines
120 B
Python
from .config import InferenceConfig
|
|
from .core import InferenceEngine
|
|
|
|
__all__ = ["InferenceConfig", "InferenceEngine"]
|