mirror of https://github.com/hpcaitech/ColossalAI
5 lines
129 B
Python
5 lines
129 B
Python
|
from .engine import InferenceEngine
|
||
|
from .request_handler import RequestHandler
|
||
|
|
||
|
__all__ = ["InferenceEngine", "RequestHandler"]
|