Skip to content

Commit 67e53b1

Browse files
authored
Bump transfomers to 4.54.1 to fix Gemma cache issue. (#8541)
1 parent 9b9e825 commit 67e53b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runtime_common = [
4545
"soundfile==0.13.1",
4646
"scipy",
4747
"torchao==0.9.0",
48-
"transformers==4.54.0",
48+
"transformers==4.54.1",
4949
"timm==1.0.16",
5050
"uvicorn",
5151
"uvloop",

test/srt/models/test_generation_models.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ class ModelCase:
5151
# Popular models that run on the CI
5252
CI_MODELS = [
5353
ModelCase("meta-llama/Llama-3.1-8B-Instruct"),
54-
# TODO: Gemma is broken by the bug introduced in the latest transformers version, we should restore once its fixed: https://github.com/huggingface/transformers/issues/39711
55-
# ModelCase("google/gemma-2-2b"),
54+
ModelCase("google/gemma-2-2b"),
5655
]
5756

5857
# the complete set of models to test sglang's generation model

0 commit comments

Comments
 (0)