1
0
mirror of https://github.com/hpcaitech/ColossalAI.git synced 2025-05-03 05:58:09 +00:00
ColossalAI/colossalai/inference/core/__init__.py
2024-02-02 14:31:10 +08:00

5 lines
129 B
Python

from .engine import InferenceEngine
from .request_handler import RequestHandler
__all__ = ["InferenceEngine", "RequestHandler"]