From cc98fddcb10c8da3081e1cc5e7abf9b1632ab5d1 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 20 May 2024 09:51:57 +0300 Subject: [PATCH] tests : set explicit temperature --- examples/server/tests/features/results.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/server/tests/features/results.feature b/examples/server/tests/features/results.feature index 5deb278c2..4ab8ad20c 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