llm icon indicating copy to clipboard operation
llm copied to clipboard

GPTQ quantization

Open philpax opened this issue 1 year ago • 0 comments

The GGML quantization strategy works, but results in a measurable loss in quality. To address this, upstream is investigating the use of the GPTQ algorithm, which quantizes in such a way to reduce the loss: https://github.com/ggerganov/llama.cpp/issues/9

It's possible that this already works if you test it with a GPTQ model and load it in as q4_1, from https://github.com/ggerganov/llama.cpp/issues/9#issuecomment-1481560628.

philpax avatar Mar 26 '23 13:03 philpax