"tests/vscode:/vscode.git/clone" did not exist on "e57c6e350673c4285d4b2d9fc337eff0f74500c4"
Unverified Commit 67e53b16 authored by Lifu Huang's avatar Lifu Huang Committed by GitHub
Browse files

Bump transfomers to 4.54.1 to fix Gemma cache issue. (#8541)

parent 9b9e8253
...@@ -45,7 +45,7 @@ runtime_common = [ ...@@ -45,7 +45,7 @@ runtime_common = [
"soundfile==0.13.1", "soundfile==0.13.1",
"scipy", "scipy",
"torchao==0.9.0", "torchao==0.9.0",
"transformers==4.54.0", "transformers==4.54.1",
"timm==1.0.16", "timm==1.0.16",
"uvicorn", "uvicorn",
"uvloop", "uvloop",
......
...@@ -51,8 +51,7 @@ class ModelCase: ...@@ -51,8 +51,7 @@ class ModelCase:
# Popular models that run on the CI # Popular models that run on the CI
CI_MODELS = [ CI_MODELS = [
ModelCase("meta-llama/Llama-3.1-8B-Instruct"), ModelCase("meta-llama/Llama-3.1-8B-Instruct"),
# 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 ModelCase("google/gemma-2-2b"),
# ModelCase("google/gemma-2-2b"),
] ]
# the complete set of models to test sglang's generation model # the complete set of models to test sglang's generation model
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment