Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvrxq committed Dec 22, 2024
1 parent 0958ee9 commit 3d3c6ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/server/tests/unit/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,7 @@ def check_slots_status():
"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(
Expand Down

0 comments on commit 3d3c6ba

Please sign in to comment.