Skip to content

Commit b8c5bfb

Browse files
committed
tpuv6 avg time
Signed-off-by: NickLucche <[email protected]>
1 parent ea5851f commit b8c5bfb

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tests/v1/tpu/test_perf.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,16 @@ class TestParams:
5959
prefix_len=500,
6060
decode_len=50,
6161

62-
# (This is the active CI/CD instance)
6362
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
64-
# tpu: v5lite (vllm CI/CD)
65-
expected_avg_time=1.4,
66-
err_tol=0.30,
63+
# tpu: v5lite (old vllm CI/CD)
64+
# expected_avg_time=1.4,
65+
# err_tol=0.30,
6766

68-
# (TODO: There is no v6e in CI/CD currently)
67+
# (This is the active CI/CD instance)
6968
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
70-
# tpu: v6e
71-
# expected_avg_time=1.5,
72-
# err_tol=0.20,
69+
# tpu: v6e (current vllm CI/CD)
70+
expected_avg_time=1.5,
71+
err_tol=0.20,
7372
),
7473
]
7574

0 commit comments

Comments
 (0)