Fix disaggregation test bootstrap port conflict (#21271)
This commit is contained in:
@@ -45,6 +45,8 @@ class TestDisaggregationAccuracy(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
]
|
||||
@@ -62,6 +64,8 @@ class TestDisaggregationAccuracy(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
@@ -220,6 +224,8 @@ class TestDisaggregationMooncakeFailure(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
]
|
||||
@@ -237,6 +243,8 @@ class TestDisaggregationMooncakeFailure(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
@@ -317,6 +325,8 @@ class TestDisaggregationMooncakeSpec(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
] + cls.spec_args
|
||||
@@ -334,6 +344,8 @@ class TestDisaggregationMooncakeSpec(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"decode",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
"--base-gpu-id",
|
||||
@@ -391,6 +403,8 @@ class TestDisaggregationSimulatedRetract(PDDisaggregationServerBase):
|
||||
"--trust-remote-code",
|
||||
"--disaggregation-mode",
|
||||
"prefill",
|
||||
"--disaggregation-bootstrap-port",
|
||||
cls.bootstrap_port,
|
||||
"--tp",
|
||||
"1",
|
||||
]
|
||||
@@ -408,6 +422,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