Skip to content

Commit c8a7e93

Browse files
authored
[core][scheduler] simplify and improve scheduler (#6867)
1 parent 3c10591 commit c8a7e93

File tree

4 files changed

+112
-214
lines changed

4 files changed

+112
-214
lines changed

tests/core/block/e2e/test_correctness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def test_v1_v2_greedy_equality_with_cow(baseline_llm_generator,
183183
184184
# Allow only 2 sequences of ~128 tokens in worst case.
185185
# Note 16 = 128/block_size
186-
"num_gpu_blocks_override": 2 * (16 + 1),
186+
"num_gpu_blocks_override": 2 * (16 + 2),
187187
}
188188
])
189189
@pytest.mark.parametrize("baseline_llm_kwargs", [{

0 commit comments

Comments
 (0)