Skip to content

Commit

Permalink
add block_manager_v2.py into setup_cython: block_manager_v2 is used w…
Browse files Browse the repository at this point in the history
…hen num-scheduler-steps>1 (#210)
  • Loading branch information
sanyalington authored Sep 26, 2024
1 parent a5d87a1 commit 5c50fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_cython.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"vllm/core/scheduler.py",
"vllm/sequence.py",
"vllm/core/block_manager_v1.py",
"vllm/core/block_manager_v2.py",
]

infiles += [
Expand Down

0 comments on commit 5c50fca

Please sign in to comment.