You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
1 year ago
..
full.Dockerfile py : cleanup dependencies (#962) 1 year ago
main.Dockerfile Fix whitespace, add .editorconfig, add GitHub workflow (#883) 1 year ago
tools.sh quantize : use `map` to assign quantization type from `string` (#1191) 1 year ago