Use smaller embedding model when not testing model specifically (#13891)
This commit is contained in:
@@ -17,7 +17,7 @@ from ..utils import check_embeddings_close
|
||||
pytest.param("BAAI/bge-base-en-v1.5",
|
||||
marks=[pytest.mark.core_model, pytest.mark.cpu_model]),
|
||||
pytest.param("sentence-transformers/all-MiniLM-L12-v2"),
|
||||
pytest.param("intfloat/multilingual-e5-large"),
|
||||
pytest.param("intfloat/multilingual-e5-small"),
|
||||
# [Decoder-only]
|
||||
pytest.param("BAAI/bge-multilingual-gemma2",
|
||||
marks=[pytest.mark.core_model]),
|
||||
|
||||
Reference in New Issue
Block a user