From 59474c29aaa7cc4a7d310fe9a34433af360511aa Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 30 Jun 2023 08:08:13 +0000 Subject: [PATCH] Fix cli name. --- 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 6a194bf3..1e082ca1 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -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: Option, /// 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