diff options
Diffstat (limited to 'candle-examples/examples/quantized-t5')
-rw-r--r-- | candle-examples/examples/quantized-t5/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-examples/examples/quantized-t5/README.md b/candle-examples/examples/quantized-t5/README.md index 8b8179eb..c86e746d 100644 --- a/candle-examples/examples/quantized-t5/README.md +++ b/candle-examples/examples/quantized-t5/README.md @@ -17,7 +17,7 @@ generate quantized weight files from the original safetensors file by using the `tensor-tools` command line utility via: ```bash -$ cargo run --example tensor-tools --release -- quantize --quantization q6k PATH/TO/T5/model.safetensors /tmp/model.gguf +$ cargo run --bin tensor-tools --release -- quantize --quantization q6k PATH/TO/T5/model.safetensors /tmp/model.gguf ``` ## Using custom models |