Skip to content

Commit 8ed8fa9

Browse files
committed
tests : fix the fix 0.8f -> 0.8
ggml-ci
1 parent 1899632 commit 8ed8fa9

File tree

1 file changed

+1
-1
lines changed
  • examples/server/tests/features/steps

1 file changed

+1
-1
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ async def request_completion(prompt,
883883
"cache_prompt": cache_prompt,
884884
"id_slot": id_slot,
885885
"seed": seed if seed is not None else 42,
886-
"temperature": temperature if temperature is not None else 0.8f,
886+
"temperature": temperature if temperature is not None else 0.8,
887887
"n_probs": 2,
888888
},
889889
headers=headers,

0 commit comments

Comments
 (0)