mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-03 05:58:09 +00:00
5 lines
129 B
Python
5 lines
129 B
Python
from .engine import InferenceEngine
|
|
from .request_handler import RequestHandler
|
|
|
|
__all__ = ["InferenceEngine", "RequestHandler"]
|