tests : fix the fix 0.8f -> 0.8

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-05-20 08:59:26 +03:00
parent 189963283c
commit 8ed8fa9733
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -883,7 +883,7 @@ async def request_completion(prompt,
"cache_prompt": cache_prompt,
"id_slot": id_slot,
"seed": seed if seed is not None else 42,
"temperature": temperature if temperature is not None else 0.8f,
"temperature": temperature if temperature is not None else 0.8,
"n_probs": 2,
},
headers=headers,