Hacker News new | ask | show | jobs
by LeanderK 941 days ago
do you know if the LLM was fine-tuned in any way to the sparsity & quantisation? Or did it just work out of the box?
1 comments

I personally fine-tuned it with QAT = quantisation aware training and custom extensions to induce the sparsity.

https://pytorch.org/docs/stable/quantization.html#quantizati...