mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-16 16:17:27 +08:00
clean-ups
Signed-off-by: Alexander Matveev <amatveev@redhat.com>
This commit is contained in:
parent
248c5b632d
commit
1ccf100c6a
@ -212,7 +212,6 @@ class Scheduler:
|
||||
num_computed_tokens -= self.block_size
|
||||
num_new_tokens = self.block_size
|
||||
computed_blocks.pop()
|
||||
|
||||
num_new_tokens = min(num_new_tokens, token_budget)
|
||||
assert num_new_tokens > 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user