Skip to content

Commit 02184d6

Browse files
committed
fix
1 parent df00b8c commit 02184d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/distributed/elastic_ep/elastic_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ScaleDownRemainingWorkerState(enum.IntEnum):
4646
class ScaleDownShutdownWorkerState(enum.IntEnum):
4747
PREPARE = 0
4848
EPLB_RESHUFFLE = 1
49-
COMPLETE = 1
49+
COMPLETE = 2
5050

5151

5252
class ElasticScalingState:

0 commit comments

Comments
 (0)