We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea5851f commit b8c5bfbCopy full SHA for b8c5bfb
tests/v1/tpu/test_perf.py
@@ -59,17 +59,16 @@ class TestParams:
59
prefix_len=500,
60
decode_len=50,
61
62
- # (This is the active CI/CD instance)
63
# commit id: ccb246776d93ef105904a8ec015b3587240a1183
64
- # tpu: v5lite (vllm CI/CD)
65
- expected_avg_time=1.4,
66
- err_tol=0.30,
+ # tpu: v5lite (old vllm CI/CD)
+ # expected_avg_time=1.4,
+ # err_tol=0.30,
67
68
- # (TODO: There is no v6e in CI/CD currently)
+ # (This is the active CI/CD instance)
69
70
- # tpu: v6e
71
- # expected_avg_time=1.5,
72
- # err_tol=0.20,
+ # tpu: v6e (current vllm CI/CD)
+ expected_avg_time=1.5,
+ err_tol=0.20,
73
),
74
]
75
0 commit comments