ColossalAI/colossalai/inference/__init__.py

5 lines
66 B
Python

from .pipeline import PPInferEngine
__all__ = ['PPInferEngine']