From 257e78ffb52d55659908d1ec4665ee85576a5dd2 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 16 Apr 2025 21:52:45 -0700 Subject: [PATCH] test fix vertex_ai/mistral-large@2407 --- tests/local_testing/test_amazing_vertex_completion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/local_testing/test_amazing_vertex_completion.py b/tests/local_testing/test_amazing_vertex_completion.py index dd3a566e75..ec9b676772 100644 --- a/tests/local_testing/test_amazing_vertex_completion.py +++ b/tests/local_testing/test_amazing_vertex_completion.py @@ -941,7 +941,7 @@ from test_completion import response_format_tests @pytest.mark.parametrize( "model", [ - "vertex_ai/mistral-large@2407", + "vertex_ai/mistral-large-2411", "vertex_ai/mistral-nemo@2407", # "vertex_ai/meta/llama3-405b-instruct-maas", ], # @@ -1004,7 +1004,7 @@ async def test_partner_models_httpx(model, sync_mode): @pytest.mark.parametrize( "model", [ - "vertex_ai/mistral-large@2407", + "vertex_ai/mistral-large-2411", # "vertex_ai/meta/llama3-405b-instruct-maas", ], ) # "vertex_ai",