mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 04:44:57 +08:00
[TPU][V1][CI] Update regression test baseline for v6 CI (#17064)
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
d803786731
commit
a7d5b016bd
@ -59,17 +59,16 @@ TEST_PARAMS = [
|
||||
prefix_len=500,
|
||||
decode_len=50,
|
||||
|
||||
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
|
||||
# tpu: v5lite (old vllm CI/CD)
|
||||
# expected_avg_time=1.4,
|
||||
# err_tol=0.30,
|
||||
|
||||
# (This is the active CI/CD instance)
|
||||
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
|
||||
# tpu: v5lite (vllm CI/CD)
|
||||
expected_avg_time=1.4,
|
||||
err_tol=0.30,
|
||||
|
||||
# (TODO: There is no v6e in CI/CD currently)
|
||||
# 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,
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user