Fix disaggregation test bootstrap port conflict (#21271)
This commit is contained in:
@@ -55,6 +55,8 @@ class TestDisaggregationAccuracy(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--attention-backend",
|
||||
@@ -76,6 +78,8 @@ class TestDisaggregationAccuracy(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
@@ -254,6 +258,8 @@ class TestDisaggregationMooncakeFailure(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--attention-backend",
|
||||
@@ -275,6 +281,8 @@ class TestDisaggregationMooncakeFailure(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
@@ -362,6 +370,8 @@ class TestDisaggregationSimulatedRetract(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--attention-backend",
|
||||
@@ -383,6 +393,8 @@ class TestDisaggregationSimulatedRetract(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
|
||||
Reference in New Issue
Block a user