mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-23 16:02:10 +00:00
fix: run pre-commit
This commit is contained in:
parent
9b08e4ab32
commit
baf2adfb69
@ -648,7 +648,7 @@ async fn completions(
|
||||
inputs: prompt.to_string(),
|
||||
parameters: GenerateParameters {
|
||||
best_of: None,
|
||||
temperature: temperature,
|
||||
temperature,
|
||||
repetition_penalty: req.repetition_penalty,
|
||||
frequency_penalty: req.frequency_penalty,
|
||||
top_k: None,
|
||||
|
Loading…
Reference in New Issue
Block a user