From 204695fd100725de7d9d5e97309fce066e76b4d3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 20 May 2024 11:16:58 +0300 Subject: [PATCH] server : fix temperature --- examples/server/tests/features/results.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/tests/features/results.feature b/examples/server/tests/features/results.feature index 4ab8ad20c..b3089f15c 100644 --- a/examples/server/tests/features/results.feature +++ b/examples/server/tests/features/results.feature @@ -13,7 +13,7 @@ Feature: Results Scenario Outline: consistent results with same seed Given slots - And 0.0 temperature + And 1.0 temperature Then the server is starting Then the server is healthy