mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-24 10:24:35 +00:00
fix
This commit is contained in:
parent
0958ee96ac
commit
3d3c6bae46
@ -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…
Reference in New Issue
Block a user