From e9e771c3dbee0943f8edc368e733e9029cbce7f9 Mon Sep 17 00:00:00 2001 From: drbh Date: Fri, 26 Jan 2024 11:28:04 -0500 Subject: [PATCH] chore: remove extra space (cargo fmt) --- launcher/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.rs b/launcher/src/main.rs index d2410a66..f0e45141 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -372,7 +372,7 @@ struct Args { /// include a `chat_template`. If not provided, the default config will be used from the model hub. #[clap(long, env)] tokenizer_config_path: Option, - + /// Display a lot of information about your runtime environment #[clap(long, short, action)] env: bool,