Cargo fmt

This commit is contained in:
Nicolas Patry 2023-07-31 09:57:18 +02:00
parent 4b3e24f843
commit 66cea49d57

View File

@ -104,7 +104,7 @@ struct Args {
num_shard: Option<usize>,
/// 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<Quantization>,