mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
deepgemm don't support tp+ep (for ci) (#3638)
* deepgemm don't support tp+ep (for ci) * deepgemm don't support tp+ep (for ci)
This commit is contained in:
@@ -571,6 +571,6 @@ class DeepGemmFusedMoeMethod(MoEMethodBase):
|
|||||||
1.0,
|
1.0,
|
||||||
)[0]
|
)[0]
|
||||||
if layer.tp_size > 1:
|
if layer.tp_size > 1:
|
||||||
tensor_model_parallel_all_reduce(tmp_ffn_out, self.tp_group)
|
tensor_model_parallel_all_reduce(tmp_ffn_out)
|
||||||
|
|
||||||
return tmp_ffn_out
|
return tmp_ffn_out
|
||||||
|
@@ -22,7 +22,6 @@ addopts =
|
|||||||
--ignore=operators/test_flash_mask_attn.py
|
--ignore=operators/test_flash_mask_attn.py
|
||||||
--ignore=operators/test_w4afp8_gemm.py
|
--ignore=operators/test_w4afp8_gemm.py
|
||||||
--ignore=operators/test_tree_mask.py
|
--ignore=operators/test_tree_mask.py
|
||||||
--ignore=model_loader/test_common_model.py
|
|
||||||
--cov=fastdeploy
|
--cov=fastdeploy
|
||||||
--cov-branch
|
--cov-branch
|
||||||
--cov-append
|
--cov-append
|
||||||
|
Reference in New Issue
Block a user