From 3d3c6bae46417cdd572c6b3f2a3e132dc004ca31 Mon Sep 17 00:00:00 2001 From: nvrxq Date: Sun, 22 Dec 2024 19:18:54 +0300 Subject: [PATCH] fix --- examples/server/tests/unit/test_completion.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/server/tests/unit/test_completion.py b/examples/server/tests/unit/test_completion.py index ee65901f1..f7a427c33 100644 --- a/examples/server/tests/unit/test_completion.py +++ b/examples/server/tests/unit/test_completion.py @@ -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(