We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df00b8c commit 02184d6Copy full SHA for 02184d6
vllm/distributed/elastic_ep/elastic_state.py
@@ -46,7 +46,7 @@ class ScaleDownRemainingWorkerState(enum.IntEnum):
46
class ScaleDownShutdownWorkerState(enum.IntEnum):
47
PREPARE = 0
48
EPLB_RESHUFFLE = 1
49
- COMPLETE = 1
+ COMPLETE = 2
50
51
52
class ElasticScalingState:
0 commit comments