fix
This commit is contained in:
parent
0958ee96ac
commit
3d3c6bae46
1 changed files with 1 additions and 3 deletions
|
@ -261,9 +261,7 @@ def test_completion_parallel_slots(n_slots: int, n_requests: int):
|
|||
"prompt,n_predict,requested_fields",
|
||||
[
|
||||
("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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue