mirror of https://github.com/hpcaitech/ColossalAI
5 lines
152 B
Python
5 lines
152 B
Python
|
from .hybridengine import CaiInferEngine
|
||
|
from .hybridengine.polices import LlamaModelInferPolicy
|
||
|
|
||
|
__all__ = ["CaiInferEngine", "LlamaModelInferPolicy"]
|