7 ms·
Whoa, 120B? That’s huge.
by Nerd_Nest 1y ago
Whoa, 120B? That’s huge.
- qeternity 1y ago120B MoE. The 20B is dense. As far as dense models go, it’s larger than many but Mistral has released multiple 120B dense models, not to mention Llama3 405B.
- sciencesama 1y agoHow much ram do you need to run this !!??
- cubefox 1y agoProbably about one byte per weight (parameter) plus a bit extra for the key-value cache (depends on the size of the context window).
- int_19h 1y agoYou can go below one byte per parameter. 4-bit quantization is fairly popular. It does affect quality - for some models more so than others - but, generally speaking, a 4-bit quantized model is still going to do significantly better than an 8-bit model with 1/2 parameters.
- nivvis 1y agofor posterity, since shown that is it actually MoE > 21B parameters with 3.6B active parameters