Skip to content

Commit 651b9de

Browse files
cleanup
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 1ae7228 commit 651b9de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/worker/gpu_model_runner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3530,7 +3530,6 @@ def _dummy_run(
35303530
self.query_start_loc.np[1 : num_reqs + 1] = cum_num_tokens
35313531
self.query_start_loc.copy_to_gpu()
35323532

3533-
# Build attention metadata using the unified method
35343533
attn_metadata, _ = self._build_attention_metadata(
35353534
total_num_scheduled_tokens=num_tokens,
35363535
max_num_scheduled_tokens=max_query_len,

0 commit comments

Comments
 (0)