ColossalAI/colossalai/inference/pipeline/__init__.py

4 lines
63 B
Python

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