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