how IQ1_S is 72Gb :\

#5
by Darkknight535 - opened

i mean according to my calculations 2Bit is around 48GB

ngram included maybe

maybe this 'n-gram embedding' are included...

maybe this 'n-gram embedding' are included...

i mean total 178B.

The ngram file is likely not quantized. Ouch.

What are you even talking about, no models were posted yet

What are you even talking about, no models were posted yet

https://huggingface.co/unsloth/Qwen3.8-Flash-Next-GGUF/tree/main/UD-IQ1_S

I guess embedding ngram can be offloaded into ram

It is not guaranteed that the 51B n-gram part can be quantized as well as the rest of the parameters. Assuming it has to stay in 8-bit, that means it will add approx 51G of RAM to your calculations of a 125B 1-bit quant.

I guess embedding ngram can be offloaded into ram

i wish i had enough ram 😊

Luckily I have 96GB VRAM and 128GB free system ram.
Awaiting the Q4 upload, Unsloth =)
Anyone know of the param(s) to pass/offload ngrams to system RAM?

One issue are dimensions. The down projection is MOD128 so IQ1_S does not work and it falls back to 4bit quant.

Sign up or log in to comment