tests : check temp back to 0.0

This commit is contained in:
Georgi Gerganov 2025-12-07 15:54:49 +02:00
parent 8ef5f900db
commit 42125f0e10
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ def test_n_probs_post_sampling():
res = server.make_request("POST", "/completion", data={
"prompt": "I believe the meaning of life is",
"n_probs": 10,
"temperature": 1.0,
"temperature": 0.0,
"n_predict": 5,
"post_sampling_probs": True,
})