We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae49ed commit 172622aCopy full SHA for 172622a
tests/integration/resources/test_completion_stream.py
@@ -35,8 +35,8 @@ def test_create(
35
random_repetition_penalty, # noqa
36
) -> None:
37
prompt = "The space robots have"
38
- model = "meta-llama/Llama-3.2-3B-Instruct-Turbo"
39
- stop = ["<|eot|>"]
+ model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
+ stop = ["</s>"]
40
41
# max_tokens should be a reasonable number for this test
42
assert 0 < random_max_tokens < 1024
0 commit comments