mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 13:30:19 +00:00
[doc] updated inference readme (#5343)
This commit is contained in:
4
colossalai/inference/core/__init__.py
Normal file
4
colossalai/inference/core/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .engine import InferenceEngine
|
||||
from .request_handler import RequestHandler
|
||||
|
||||
__all__ = ["InferenceEngine", "RequestHandler"]
|
Reference in New Issue
Block a user