Skip to content

Commit

Permalink
[core][scheduler] simplify and improve scheduler (vllm-project#6867)
Browse files Browse the repository at this point in the history
  • Loading branch information
youkaichao authored Aug 1, 2024
1 parent 3c10591 commit c8a7e93
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 214 deletions.
2 changes: 1 addition & 1 deletion tests/core/block/e2e/test_correctness.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_v1_v2_greedy_equality_with_cow(baseline_llm_generator,
# Allow only 2 sequences of ~128 tokens in worst case.
# Note 16 = 128/block_size
"num_gpu_blocks_override": 2 * (16 + 1),
"num_gpu_blocks_override": 2 * (16 + 2),
}
])
@pytest.mark.parametrize("baseline_llm_kwargs", [{
Expand Down
Loading

0 comments on commit c8a7e93

Please sign in to comment.