mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix: correct comment typo
This commit is contained in:
parent
f7a8454d43
commit
66292828e6
@ -372,7 +372,8 @@ struct Args {
|
||||
#[clap(long, env)]
|
||||
tokenizer_config_path: Option<String>,
|
||||
|
||||
/// Display a lot of information about your runtime environment
|
||||
/// The path to the tokenizer config file. This path is used to load the tokenizer configuration which may
|
||||
/// include a `chat_template`. If not provided, the default config will be used from the model hub.
|
||||
#[clap(long, short, action)]
|
||||
env: bool,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user