We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21f57d commit 5bea499Copy full SHA for 5bea499
tests/api_tests/v1/tests/application_tests/test_env_var_changes.py
@@ -79,7 +79,7 @@ def test_inference_cache(self):
79
"""
80
81
# Restart marqo with new max values
82
- new_models = ["open_clip/ViT-H-14/laion2b_s32b_b79k"]
+ new_models = ["open_clip/ViT-B-32/laion2B-s34B-b79K"]
83
index_name = "test_multiple_env_vars"
84
utilities.rerun_marqo_with_env_vars(
85
env_vars=[
0 commit comments