diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-05-20 10:16:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 10:16:41 +0300 |
commit | 1cc0155d04918cb3017afa472acea51b77483c4a (patch) | |
tree | 87c48b91b14cfbb49db481a85153c74168e5050b /examples/server/tests/features/results.feature | |
parent | e932094d58f513d5996c3efc9f6fed8238894c57 (diff) |
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
Diffstat (limited to 'examples/server/tests/features/results.feature')
-rw-r--r-- | examples/server/tests/features/results.feature | 2 |
1 files changed, 2 insertions, 0 deletions
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 <n_slots> 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 <n_slots> slots + And 1.0 temperature Then the server is starting Then the server is healthy |