Skip to content

Commit

Permalink
Bedrock retired the Llama2 model, updated the test to use the closest…
Browse files Browse the repository at this point in the history
… replacement Llama3 model. (apache#43600)
  • Loading branch information
ferruzzi authored Nov 2, 2024
1 parent eefddcb commit c1bd9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/tests/system/amazon/aws/example_bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
SKIP_PROVISION_THROUGHPUT = environ.get("SKIP_RESTRICTED_SYSTEM_TEST_TASKS", default=True)


LLAMA_SHORT_MODEL_ID = "meta.llama2-13b-chat-v1"
LLAMA_SHORT_MODEL_ID = "meta.llama3-8b-instruct-v1:0"
TITAN_MODEL_ID = "amazon.titan-text-express-v1:0:8k"
TITAN_SHORT_MODEL_ID = TITAN_MODEL_ID.split(":")[0]

Expand Down

0 comments on commit c1bd9c5

Please sign in to comment.