mirror of https://github.com/hpcaitech/ColossalAI
4 lines
65 B
Python
4 lines
65 B
Python
|
from .engine import CaiInferEngine
|
||
|
|
||
|
__all__ = ["CaiInferEngine"]
|