From 66cea49d57e68f5f261ce8338c40ac1e54aa37b1 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 31 Jul 2023 09:57:18 +0200 Subject: [PATCH] Cargo fmt --- 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 88acb2f7..952f889b 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -104,7 +104,7 @@ struct Args { num_shard: Option, /// Whether you want the model to be quantized. This will use `bitsandbytes` for - /// quantization on the fly, or `gptq`. 4bit quantization is available through + /// quantization on the fly, or `gptq`. 4bit quantization is available through /// `bitsandbytes` by providing the `bitsandbytes-fp4` or `bitsandbytes-nf4` options. #[clap(long, env, value_enum)] quantize: Option,