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 2c83f44 commit a4a97f1Copy full SHA for a4a97f1
tests/integration/resources/test_completion_stream.py
@@ -36,7 +36,7 @@ def test_create(
36
) -> None:
37
prompt = "The space robots have"
38
model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
39
- stop = ["</s>"]
+ stop = ["<|eot|>"]
40
41
# max_tokens should be a reasonable number for this test
42
assert 0 < random_max_tokens < 1024
0 commit comments