We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a97f1 commit cae49edCopy full SHA for cae49ed
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.2-3B-Instruct-Turbo"
39
stop = ["<|eot|>"]
40
41
# max_tokens should be a reasonable number for this test
0 commit comments