Skip to content

Commit 5bea499

Browse files
committed
use a smaller model to fix API test run on CPU node
1 parent e21f57d commit 5bea499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/api_tests/v1/tests/application_tests/test_env_var_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def test_inference_cache(self):
7979
"""
8080

8181
# Restart marqo with new max values
82-
new_models = ["open_clip/ViT-H-14/laion2b_s32b_b79k"]
82+
new_models = ["open_clip/ViT-B-32/laion2B-s34B-b79K"]
8383
index_name = "test_multiple_env_vars"
8484
utilities.rerun_marqo_with_env_vars(
8585
env_vars=[

0 commit comments

Comments
 (0)