mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
chore: remove extra space (cargo fmt)
This commit is contained in:
parent
6d34bfcef5
commit
e9e771c3db
@ -372,7 +372,7 @@ struct Args {
|
|||||||
/// include a `chat_template`. If not provided, the default config will be used from the model hub.
|
/// include a `chat_template`. If not provided, the default config will be used from the model hub.
|
||||||
#[clap(long, env)]
|
#[clap(long, env)]
|
||||||
tokenizer_config_path: Option<String>,
|
tokenizer_config_path: Option<String>,
|
||||||
|
|
||||||
/// Display a lot of information about your runtime environment
|
/// Display a lot of information about your runtime environment
|
||||||
#[clap(long, short, action)]
|
#[clap(long, short, action)]
|
||||||
env: bool,
|
env: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user