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,