Skip to content

Commit 172622a

Browse files
committed
Minimize the diff
1 parent cae49ed commit 172622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/resources/test_completion_stream.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def test_create(
3535
random_repetition_penalty, # noqa
3636
) -> None:
3737
prompt = "The space robots have"
38-
model = "meta-llama/Llama-3.2-3B-Instruct-Turbo"
39-
stop = ["<|eot|>"]
38+
model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
39+
stop = ["</s>"]
4040

4141
# max_tokens should be a reasonable number for this test
4242
assert 0 < random_max_tokens < 1024

0 commit comments

Comments
 (0)