Skip to content

Commit cae49ed

Browse files
committed
Replace with llama3b
1 parent a4a97f1 commit cae49ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/resources/test_completion_stream.py

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

4141
# max_tokens should be a reasonable number for this test

0 commit comments

Comments
 (0)