From 07a83056a693f44f97942b750986e230b487cbca Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 9 Sep 2025 20:30:50 -0700 Subject: [PATCH] test: update test --- tests/llm_translation/test_bedrock_completion.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/llm_translation/test_bedrock_completion.py b/tests/llm_translation/test_bedrock_completion.py index 9367170b7a..8fece8f86c 100644 --- a/tests/llm_translation/test_bedrock_completion.py +++ b/tests/llm_translation/test_bedrock_completion.py @@ -701,8 +701,6 @@ def test_bedrock_stop_value(stop, model): "model", [ "anthropic.claude-3-sonnet-20240229-v1:0", - # "meta.llama3-70b-instruct-v1:0", - "anthropic.claude-v2", "mistral.mixtral-8x7b-instruct-v0:1", ], )