[doc] updated inference readme (#5343)

This commit is contained in:
Frank Lee
2024-02-02 14:31:10 +08:00
committed by GitHub
parent e76acbb076
commit 027aa1043f
10 changed files with 82 additions and 33 deletions

View File

@@ -0,0 +1,4 @@
from .config import InferenceConfig
from .core import InferenceEngine
__all__ = ["InferenceConfig", "InferenceEngine"]