Unverified Commit f15e70d9 authored by Robert Shaw's avatar Robert Shaw Committed by GitHub
Browse files

[TPU] Switch Test to Non-Sliding Window (#15981)


Signed-off-by: default avatarRobert Shaw <robshaw@redhat.com>
Co-authored-by: default avatarRobert Shaw <robshaw@redhat.com>
parent b6be6f8d
...@@ -30,7 +30,7 @@ def test_tpu_compilation(): ...@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment