Fix cli name.

This commit is contained in:
Nicolas Patry 2023-06-30 08:08:13 +00:00
parent 89e4015844
commit 59474c29aa

View File

@ -93,7 +93,7 @@ struct Args {
/// The dtype to be forced upon the model. This option cannot be used with `--quantize`.
#[clap(long, env, value_enum)]
quantize: Option<Dtype>,
dtype: Option<Dtype>,
/// Whether you want to execute hub modelling code. Explicitly passing a `revision` is
/// encouraged when loading a model with custom code to ensure no malicious code has been