diff --git a/tests/model_executor/test_model_load_with_params.py b/tests/model_executor/test_model_load_with_params.py index 3b1152ca73356..f0c9ee7d8a7bf 100644 --- a/tests/model_executor/test_model_load_with_params.py +++ b/tests/model_executor/test_model_load_with_params.py @@ -2,7 +2,7 @@ MAX_MODEL_LEN = 128 MODEL_NAME = os.environ.get("MODEL_NAME", - "sentence-transformers/all-MiniLM-L12-v2") + "BAAI/bge-base-en-v1.5") REVISION = os.environ.get("REVISION", "main")