From d158e75435cec0cce730d7e76e28c0dc53156ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Olszewski?= Date: Fri, 22 Dec 2023 15:45:50 +0100 Subject: [PATCH] updating benchmark.rc --- benchmark/src/lib.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/benchmark/src/lib.rs b/benchmark/src/lib.rs index 1875652c..6371fd2a 100644 --- a/benchmark/src/lib.rs +++ b/benchmark/src/lib.rs @@ -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