Move the tensor-tools binary in a separate crate. (#1969)

This commit is contained in:
Laurent Mazare
2024-03-30 15:49:37 +01:00
committed by GitHub
parent b190fd8592
commit 3144150b8d
4 changed files with 39 additions and 22 deletions

View File

@ -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