Skip to content

Commit 5482e5c

Browse files
fzyzcjyDiweiSun
authored andcommitted
Tiny disable model that does not work (sgl-project#5175)
1 parent 572c165 commit 5482e5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/srt/models/test_embedding_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
("Alibaba-NLP/gte-Qwen2-1.5B-instruct", 1, 1e-5),
2727
("intfloat/e5-mistral-7b-instruct", 1, 1e-5),
2828
("marco/mcdse-2b-v1", 1, 1e-5),
29-
("jason9693/Qwen2.5-1.5B-apeach", 1, 1e-5),
29+
# Temporarily disable before this model is fixed
30+
# ("jason9693/Qwen2.5-1.5B-apeach", 1, 1e-5),
3031
]
3132
TORCH_DTYPES = [torch.float16]
3233

0 commit comments

Comments
 (0)