Skip to content

Commit 5a8c263

Browse files
committed
fix integration tests
1 parent d829414 commit 5a8c263

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
completion_test_model_list = [
2-
"meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
2+
"meta-llama/Llama-3.3-70B-Instruct-Turbo",
33
]
44
chat_test_model_list = []
55
embedding_test_model_list = []

tests/integration/resources/test_completion_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_create(
3535
random_repetition_penalty, # noqa
3636
) -> None:
3737
prompt = "The space robots have"
38-
model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
38+
model = "meta-llama/Llama-3.3-70B-Instruct-Turbo"
3939
stop = ["</s>"]
4040

4141
# max_tokens should be a reasonable number for this test

0 commit comments

Comments
 (0)