Skip to content

Commit 356dc08

Browse files
committed
tests : adjust parameters to be CI friendlier
1 parent c08d0d1 commit 356dc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/tests/unit/test_completion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def check_slots_status():
374374
(256, 4, [80, 40, 80, 80], [True, True, True, True]),
375375
(256, 4, [70, 70, 70, 70], [False, False, False, False]),
376376
(256, 4, [90, 90, 40, 90], [False, False, True, False]),
377-
(256, 4, [90, 90, 40, 80], [True, True, True, True]),
377+
(256, 4, [90, 90, 40, 75], [True, True, True, True]),
378378
],
379379
)
380380
def test_completion_unified(n_ctx, n_slots, n_predict_vals, expected_success):

0 commit comments

Comments
 (0)