ColossalAI/colossalai/inference/engine/__init__.py

4 lines
67 B
Python

from .engine import InferenceEngine
__all__ = ["InferenceEngine"]