Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
3c09548d
"tools/vscode:/vscode.git/clone" did not exist on "78aeaca9371d1c6c5df1a7a13f3fc2d7d18b34d3"
Unverified
Commit
3c09548d
authored
Mar 23, 2025
by
Yi Zhang
Committed by
GitHub
Mar 22, 2025
Browse files
close gemma2 in test_verl_engine.py temporarily (#4685)
parent
8796cebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/srt/test_verl_engine.py
test/srt/test_verl_engine.py
+2
-1
No files found.
test/srt/test_verl_engine.py
View file @
3c09548d
...
@@ -40,7 +40,8 @@ _ENABLE_UPDATE_WEIGHTS = True
...
@@ -40,7 +40,8 @@ _ENABLE_UPDATE_WEIGHTS = True
# TODO maybe we should add more other models? should we keep it in sync with test_generation_models.py?
# TODO maybe we should add more other models? should we keep it in sync with test_generation_models.py?
CI_MODELS
=
[
CI_MODELS
=
[
dict
(
model_path
=
"meta-llama/Llama-3.1-8B-Instruct"
),
dict
(
model_path
=
"meta-llama/Llama-3.1-8B-Instruct"
),
dict
(
model_path
=
"google/gemma-2-2b"
),
# Fail to run gemma-2-2b after transformers==4.48.3 -> 4.50.0
# dict(model_path="google/gemma-2-2b"),
]
]
ALL_OTHER_MODELS
=
[
ALL_OTHER_MODELS
=
[
dict
(
model_path
=
"meta-llama/Llama-3.2-1B-Instruct"
),
dict
(
model_path
=
"meta-llama/Llama-3.2-1B-Instruct"
),
...
...
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