support qwen3 emebedding (#6990)

This commit is contained in:
Pan Lyu
2025-06-09 16:32:49 +08:00
committed by GitHub
parent b1e5a33ae3
commit 451ffe74d9
2 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ 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),
("Qwen/Qwen3-Embedding-8B", 1, 1e-5),
# Temporarily disable before this model is fixed
# ("jason9693/Qwen2.5-1.5B-apeach", 1, 1e-5),
]