mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 17:45:58 +08:00
[TPU] Switch Test to Non-Sliding Window (#15981)
Signed-off-by: Robert Shaw <robshaw@redhat.com> Co-authored-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
b6be6f8d1e
commit
f15e70d906
@ -30,7 +30,7 @@ def test_tpu_compilation():
|
|||||||
n=N,
|
n=N,
|
||||||
max_tokens=16)
|
max_tokens=16)
|
||||||
|
|
||||||
llm = LLM(model="Qwen/Qwen2.5-1.5B-Instruct",
|
llm = LLM(model="Qwen/Qwen2-1.5B-Instruct",
|
||||||
max_num_batched_tokens=256,
|
max_num_batched_tokens=256,
|
||||||
max_model_len=256,
|
max_model_len=256,
|
||||||
max_num_seqs=32,
|
max_num_seqs=32,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user