From 74a586b4573d3dc3ca32fe8c39ecf6a15ce29b22 Mon Sep 17 00:00:00 2001 From: drbh Date: Sat, 10 Feb 2024 02:32:47 +0000 Subject: [PATCH] fix: resolve typos and docs --- benchmark/src/lib.rs | 1 + docs/source/basic_tutorials/launcher.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/benchmark/src/lib.rs b/benchmark/src/lib.rs index a0ef0fe6..f38117b2 100644 --- a/benchmark/src/lib.rs +++ b/benchmark/src/lib.rs @@ -45,6 +45,7 @@ pub async fn run( repetition_penalty: repetition_penalty.unwrap_or(1.0), frequency_penalty: frequency_penalty.unwrap_or(0.0), watermark, + grammar: String::new(), fsm_grammar_state: 0, }; diff --git a/docs/source/basic_tutorials/launcher.md b/docs/source/basic_tutorials/launcher.md index be31a7a4..bb79e1ef 100644 --- a/docs/source/basic_tutorials/launcher.md +++ b/docs/source/basic_tutorials/launcher.md @@ -396,4 +396,4 @@ Options: -V, --version Print version -``` +``` \ No newline at end of file