From 1cc0155d04918cb3017afa472acea51b77483c4a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 20 May 2024 10:16:41 +0300 Subject: server : tuning tests (#7388) * server : don't pass temperature as string * server : increase timeout * tests : fix the fix 0.8f -> 0.8 ggml-ci * tests : set explicit temperature --- examples/server/tests/features/results.feature | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/server/tests/features/results.feature') diff --git a/examples/server/tests/features/results.feature b/examples/server/tests/features/results.feature index 5deb278c..4ab8ad20 100644 --- a/examples/server/tests/features/results.feature +++ b/examples/server/tests/features/results.feature @@ -13,6 +13,7 @@ Feature: Results Scenario Outline: consistent results with same seed Given slots + And 0.0 temperature Then the server is starting Then the server is healthy @@ -30,6 +31,7 @@ Feature: Results Scenario Outline: different results with different seed Given slots + And 1.0 temperature Then the server is starting Then the server is healthy -- cgit v1.2.3