This commit is contained in:
nvrxq 2024-12-22 19:18:54 +03:00
parent 0958ee96ac
commit 3d3c6bae46

View File

@ -261,9 +261,7 @@ def test_completion_parallel_slots(n_slots: int, n_requests: int):
"prompt,n_predict,requested_fields", "prompt,n_predict,requested_fields",
[ [
("I believe the meaning of life is", 8, []), ("I believe the meaning of life is", 8, []),
( ("I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"]),
"I believe the meaning of life is", 32, ["content", "generation_settings/n_predict", "prompt"],
),
], ],
) )
def test_completion_requested_fields( def test_completion_requested_fields(