Skip to content

Commit

Permalink
Fix failing spec decode test (vllm-project#9054)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroy745 authored and liuyanyi committed Oct 6, 2024
1 parent bbab7a0 commit 983687b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/spec_decode/e2e/test_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def test_spec_decode_xfail_spec_max_model_len(test_llm_generator):
"model": "JackFram/llama-68m",
"speculative_model": "JackFram/llama-68m",
"num_speculative_tokens": 5,
"use_v2_block_manager": False,
}])
@pytest.mark.parametrize("per_test_common_llm_kwargs", [{}])
@pytest.mark.parametrize("test_llm_kwargs", [{}])
Expand Down

0 comments on commit 983687b

Please sign in to comment.