mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 20:40:34 +00:00
[Pipeline Inference] Merge pp with tp (#4993)
* refactor pipeline into new CaiInferEngine * updata llama modeling forward * merge tp with pp * update docstring * optimize test workflow and example * fix typo * add assert and todo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .pipeline import PPInferEngine
|
||||
from .hybridengine import CaiInferEngine
|
||||
from .hybridengine.polices import LlamaModelInferPolicy
|
||||
|
||||
|
||||
__all__ = ['PPInferEngine']
|
||||
__all__ = ["CaiInferEngine", "LlamaModelInferPolicy"]
|
||||
|
Reference in New Issue
Block a user