diff options
| author | Pavol Rusnak <pavol@rusnak.io> | 2023-04-26 18:43:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-26 18:43:27 +0200 |
| commit | 859fee6dfb00fab7ce6bc215b4adae78d82f4759 (patch) | |
| tree | 6f324d31645fe980ab2a3e0745870dd0592bff36 /.gitignore | |
| parent | 4afcc378698e057fcde64e23eb664e5af8dd6956 (diff) | |
quantize : use `map` to assign quantization type from `string` (#1191)
instead of `int` (while `int` option still being supported)
This allows the following usage:
`./quantize ggml-model-f16.bin ggml-model-q4_0.bin q4_0`
instead of:
`./quantize ggml-model-f16.bin ggml-model-q4_0.bin 2`
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
