We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d829414 commit 5a8c263Copy full SHA for 5a8c263
2 files changed
tests/integration/constants.py
@@ -1,5 +1,5 @@
1
completion_test_model_list = [
2
- "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
+ "meta-llama/Llama-3.3-70B-Instruct-Turbo",
3
]
4
chat_test_model_list = []
5
embedding_test_model_list = []
tests/integration/resources/test_completion_stream.py
@@ -35,7 +35,7 @@ def test_create(
35
random_repetition_penalty, # noqa
36
) -> None:
37
prompt = "The space robots have"
38
- model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
+ model = "meta-llama/Llama-3.3-70B-Instruct-Turbo"
39
stop = ["</s>"]
40
41
# max_tokens should be a reasonable number for this test
0 commit comments