mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
updating benchmark.rc
This commit is contained in:
parent
b223ac70b6
commit
d158e75435
@ -43,6 +43,11 @@ pub async fn run(
|
||||
seed: 0,
|
||||
repetition_penalty: repetition_penalty.unwrap_or(1.0),
|
||||
watermark,
|
||||
use_grammar_constraint: false,
|
||||
grammar: "".to_string(),
|
||||
negative_inputs: "".to_string(),
|
||||
guidance_scale: 1.0,
|
||||
logit_bias: Vec::new(),
|
||||
};
|
||||
|
||||
// Initialize terminal properties
|
||||
|
Loading…
Reference in New Issue
Block a user