initial commit (#6054)

Co-authored-by: xiaoluomi <1037819816@qq.com>
This commit is contained in:
周周周
2026-01-16 10:49:38 +08:00
committed by GitHub
parent 4c92035f2d
commit 8f035101ad
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -29,6 +29,7 @@ def test_fused_moe_launch():
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1"
os.environ["DISABLE_CI_FUSEDMOE_EP"] = "1"
FD_API_PORT = int(os.getenv("FD_API_PORT", 8188))
command = [
sys.executable,
"-m",
@@ -36,7 +37,7 @@ def test_fused_moe_launch():
"--gpus",
"0,1",
"--master",
"127.0.0.1:6175",
f"127.0.0.1:{FD_API_PORT}",
"--nnodes",
"1",
"--rank",
+3 -1
View File
@@ -29,6 +29,8 @@ def test_fused_moe_launch():
os.environ["CUDA_VISIBLE_DEVICES"] = "0,1"
os.environ["USE_FUSEDMOE_TP"] = "1"
FD_API_PORT = int(os.getenv("FD_API_PORT", 8188))
command = [
sys.executable,
"-m",
@@ -36,7 +38,7 @@ def test_fused_moe_launch():
"--gpus",
"0,1",
"--master",
"127.0.0.1:6175",
f"127.0.0.1:{FD_API_PORT}",
"--nnodes",
"1",
"--rank",