Hacker News new | ask | show | jobs
by CuriouslyC 848 days ago
That's not true, the GGUF quants aren't great but there are exl2 4bit quantizations floating around that are pretty sweet.
2 comments

exl2 is Nvidia/AMD only.

But GGUF Mixtral should fit in 32GB... just not with the full 32K context. Long context is very memory intense in llama.cpp, at least until they fully implement flash attention and a quantized cache.

fair enough, yeah I'm talking about GGUF quants only.