llama.cpp/.devops
Pavol Rusnak 859fee6dfb
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`
2023-04-26 18:43:27 +02:00
..
full.Dockerfile py : cleanup dependencies (#962) 2023-04-14 15:37:11 +02:00
main.Dockerfile Fix whitespace, add .editorconfig, add GitHub workflow (#883) 2023-04-11 19:45:44 +00:00
tools.sh quantize : use map to assign quantization type from string (#1191) 2023-04-26 18:43:27 +02:00