Skip to content

Commit 296e044

Browse files
committed
Replace outdated model in the tests
1 parent b9a6ace commit 296e044

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 = "mistralai/Mixtral-8x7B-v0.1"
38+
model = "meta-llama/Llama-4-Scout-17B-16E-Instruct"
3939
stop = ["</s>"]
4040

4141
# max_tokens should be a reasonable number for this test

0 commit comments

Comments
 (0)