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/examples/quantize
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
..
CMakeLists.txt llama : fix linkage with mingw (#551) 1 year ago
README.md Overhaul the examples structure 1 year ago
quantize.cpp quantize : use `map` to assign quantization type from `string` (#1191) 1 year ago

README.md

quantize

TODO