ColossalAI/colossalai/inference/__init__.py

4 lines
65 B
Python

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