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
39efad4f
"...text-generation-inference.git" did not exist on "3dbdf63ec547e4119a2573af5d819e9f9f1eeef8"
Unverified
Commit
39efad4f
authored
Apr 09, 2025
by
fzyzcjy
Committed by
GitHub
Apr 08, 2025
Browse files
Tiny disable model that does not work (#5175)
parent
466899e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/srt/models/test_embedding_models.py
test/srt/models/test_embedding_models.py
+2
-1
No files found.
test/srt/models/test_embedding_models.py
View file @
39efad4f
...
...
@@ -26,7 +26,8 @@ MODELS = [
(
"Alibaba-NLP/gte-Qwen2-1.5B-instruct"
,
1
,
1e-5
),
(
"intfloat/e5-mistral-7b-instruct"
,
1
,
1e-5
),
(
"marco/mcdse-2b-v1"
,
1
,
1e-5
),
(
"jason9693/Qwen2.5-1.5B-apeach"
,
1
,
1e-5
),
# Temporarily disable before this model is fixed
# ("jason9693/Qwen2.5-1.5B-apeach", 1, 1e-5),
]
TORCH_DTYPES
=
[
torch
.
float16
]
...
...
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