can you please make a 39b dense model?

#23
by Manni1000 - opened

can you please make a 39b dense model? i think that would be the biggest size that could fit in the 32gb from a 5090. when such a model fully fits into the gpu with no offloading is is still very fast even thogh its dense. it could be a peak coding model with a small footprint. i think it would be quite interesting.

If you have a 32gb 5090 and 60gb ram, you can run unsloth ud q4_xs on that setup and qwen3.8 flash next delivers more intelligence than qwen3.8 27b already.

This way you can even steer your kv cache size / context size better than if you had a dense model.

After some optimizations and when unsloth got mtp in their q4 fixed, you will have much higher speeds than any dense model. It's perfect.

No, because it would be much expensive compare to this

If you have a 32gb 5090 and 60gb ram, you can run unsloth ud q4_xs on that setup and qwen3.8 flash next delivers more intelligence than qwen3.8 27b already.

This way you can even steer your kv cache size / context size better than if you had a dense model.

After some optimizations and when unsloth got mtp in their q4 fixed, you will have much higher speeds than any dense model. It's perfect.

I have a borrowed laptop with 64GB RAM LPDDR5X, Nvidia RTX 5090 24GB GPU. Your suggested setup has 32GB GPU, but iq4_xs quant which means that stepping into lower area of quants should still work, but it does not. Bionic agent (same creators who created LM Studio) says that even the smallest quant is too big for this setup.

Theoretically - a 32gb 5090 is way more capable then u think. If you were to use 1 bit quants (impractical) you could get 8 paramaters / byte. Meaning you could squeeze 256B onto the 5090. (32GB * 8)

Or if you offloaded to disk, you could get a lot more.

Sign up or log in to comment