Fix schedule error in splitwise deployment (#5149)

This commit is contained in:
Juncai
2025-11-20 21:18:10 +08:00
committed by GitHub
parent 147b2e5eb0
commit 01c30f6b87
2 changed files with 3 additions and 1 deletions
@@ -514,6 +514,8 @@ class ResourceManagerV1(ResourceManager):
error_reqs: list[tuple[str, str]] = []
token_budget = self.config.scheduler_config.max_num_batched_tokens
self.check_and_free_block_tables()
# First, schedule the RUNNING requests.
req_index = 0
num_decoding_req_nums = 0