Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
99b4f080
Unverified
Commit
99b4f080
authored
Jul 12, 2025
by
QiliangCui
Committed by
GitHub
Jul 12, 2025
Browse files
Renable google/gemma-3-1b-it accuracy test. (#20866)
Signed-off-by:
Qiliang Cui
<
derrhein@gmail.com
>
parent
020f58ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tests/entrypoints/llm/test_accuracy.py
tests/entrypoints/llm/test_accuracy.py
+2
-3
No files found.
tests/entrypoints/llm/test_accuracy.py
View file @
99b4f080
...
@@ -71,9 +71,8 @@ def test_lm_eval_accuracy_v1_engine(model, monkeypatch: pytest.MonkeyPatch):
...
@@ -71,9 +71,8 @@ def test_lm_eval_accuracy_v1_engine(model, monkeypatch: pytest.MonkeyPatch):
# Limit compilation time for TPU V1
# Limit compilation time for TPU V1
if
model
==
"google/gemma-3-1b-it"
:
if
model
==
"google/gemma-3-1b-it"
:
pytest
.
skip
(
# TPU + google/gemma-3-1b-it + xet doesn't work well.
"Temporarily disabled due to test failures"
m
.
setenv
(
"HF_HUB_DISABLE_XET"
,
"1"
)
"(timeout or accuracy mismatch). Re-enable once fixed."
)
more_args
=
"max_model_len=2048,max_num_seqs=64"
more_args
=
"max_model_len=2048,max_num_seqs=64"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment