Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 5c50fca

Browse files
authored
add block_manager_v2.py into setup_cython: block_manager_v2 is used when num-scheduler-steps>1 (#210)
1 parent a5d87a1 commit 5c50fca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup_cython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"vllm/core/scheduler.py",
1919
"vllm/sequence.py",
2020
"vllm/core/block_manager_v1.py",
21+
"vllm/core/block_manager_v2.py",
2122
]
2223

2324
infiles += [

0 commit comments

Comments
 (0)