mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
supports internode_ll_two_stage (#4162)
* supports internode_ll_two_stage * supports internode_ll_two_stage * supports internode_ll_two_stage * supports internode_ll_two_stage * supports D internode_ll_two_stage * fix codestype * fix xpu internode_ll_two_stage * fix xpu internode_ll_two_stage
This commit is contained in:
@@ -541,6 +541,8 @@ class ParallelConfig:
|
||||
self.engine_pid: Optional[int] = None
|
||||
# Do profile or not
|
||||
self.do_profile: bool = False
|
||||
# Use internode_ll_two_stage or not
|
||||
self.use_internode_ll_two_stage: bool = False
|
||||
|
||||
self.pod_ip: str = None
|
||||
# enable the custom all-reduce kernel and fall back to NCCL(dist.all_reduce).
|
||||
|
||||
Reference in New Issue
Block a user