"tests/kernels/quantization/test_nvfp4_quant.py" did not exist on "9f9704dca6dda7d4af556b133d5e42c360dd2fb0"
Unverified Commit a7d5b016 authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[TPU][V1][CI] Update regression test baseline for v6 CI (#17064)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent d8037867
......@@ -59,17 +59,16 @@ TEST_PARAMS = [
prefix_len=500,
decode_len=50,
# (This is the active CI/CD instance)
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
# tpu: v5lite (vllm CI/CD)
expected_avg_time=1.4,
err_tol=0.30,
# tpu: v5lite (old vllm CI/CD)
# expected_avg_time=1.4,
# err_tol=0.30,
# (TODO: There is no v6e in CI/CD currently)
# (This is the active CI/CD instance)
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
# tpu: v6e
# expected_avg_time=1.5,
# err_tol=0.20,
# tpu: v6e (current vllm CI/CD)
expected_avg_time=1.7, # measured with VLLM_XLA_CACHE_PATH=
err_tol=0.20,
),
]
......
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