Skip to content

Commit 529078e

Browse files
cleanup
Signed-off-by: Lucas Wilkinson <lwilkins@redhat.com>
1 parent 60bb901 commit 529078e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/config/compilation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ def adjust_cudagraph_sizes_to_be_multipe_of(self, multiple_of: int):
965965
return
966966

967967
assert self.max_cudagraph_capture_size is not None
968-
969968
rounded_sizes = sorted(
970969
set(
971970
round_up(size, multiple_of)

0 commit comments

Comments
 (0)