mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
Fix schedule error in splitwise deployment (#5149)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user