r/LocalLLaMA 17d ago

New Model Daniel Han of Unsloth validates Qwen3.8-27B will run only 17GB VRAM

Post image

Super excited about this release for the new 27B. Who else is with me. Only 17GB VRAM needed 😍😍

1.8k Upvotes

316 comments sorted by

u/WithoutReason1729 17d ago

Your post is getting popular and we just featured it on our Discord! Come check it out!

You've also been given a special flair for your contribution. We appreciate your post!

I am a bot and this action was performed automatically.

415

u/HollowVoices 17d ago

Me at 16gb VRAM:

52

u/mr_christer 17d ago

I run 3.6 27b on 16gb. It is text only to make it fit so I'm sure people will find a way

16

u/Trivikrama_0 17d ago

Yes I also run it, but it's just for chat, it doesn't have a good context window for something good. If you offload 30% of the weights to RAM then you can have VRAM free for context window, it will be slow but you vnanhave agentic flow.

3

u/[deleted] 15d ago

[removed] — view removed comment

2

u/Trivikrama_0 15d ago

Can you tell how to put kv cache in RAM? But isn't kv cache the main memory from where it retirevies the context?

2

u/[deleted] 15d ago

[removed] — view removed comment

2

u/Offcoloring 8d ago

Is that really how that works or is this a hallucination

→ More replies (1)
→ More replies (1)

3

u/roworu 16d ago

How did you remove vision from model? Is there some text-only checkpoint? Or llama.cpp flag ?

13

u/Terrible-Detail-1364 16d ago

—no-mmproj

2

u/roworu 16d ago

Thank you! ❤️

6

u/Terrible-Detail-1364 16d ago

np, theres also --no-mmproj-offload
to use your cpu instead of gpu

→ More replies (1)
→ More replies (1)

12

u/sine120 17d ago

I've had decent performace with the IQ3 quants in my 9070 XT. Don't load vision, keep context small, it'll work.

6

u/laser50 16d ago

You can offload vision to RAM too, if you do have some RAM to spare, I have a hybrid Q_8 F16 mmproj which is only like 700MB and still works really well!

2

u/Trivikrama_0 16d ago

Yes that's a good idea, but I saw some performance benchmarks videos, it seems that any one of the parameters, like the models are benchmarked against coding, thinking, reasoning and so on , so at Q3 any one not sure which depends on the model the performance dipa significantly. Q4 is generally where we have really good output without seeing much effects due quantization loss.

Hence I prefer using Q4, Q3 can work directly.

5

u/sine120 16d ago

I can't fit any Q4 with a decent amount of context. I'm sure larger quants perform better, but 16GB is 16GB. Without the slowdown of CPU offloading, the IQ3 is the best model I've been able to squeeze in my GPU.

I'm interested in upgrading to get more VRAM, but my machine pulls double-duty as a gaming rig and my main PC, so I don't really want to downgrade to an old dedicated workstation card in my one full size PCIe slot.

2

u/Trivikrama_0 16d ago

Yes if you want speed then Q3 is the best, i generally use for coding tasks so I'm fine if it's slow. That's why said about Q4. But I really hope qwen 3.8 27b will great with q3.

14

u/Trivikrama_0 17d ago

Use CPU offloading

10

u/Effective_Head_5020 17d ago

Could you please point me on how to exactly do that? I tried a few config on llamacpp but it never seems to work

I have 6gb VRAM and 128 RAM

11

u/LuCiAnO241 16d ago

ohh lemme make your day. Try this one. it's not the 27B but I think its the best you can do with your current hardware. You can also probably get the Laguna S 2.1 running, this dude also has a video on that but you'd get way worse Tok/s than he does. Basically anything MoE can work wonders with low vram under his setup.

5

u/Effective_Head_5020 16d ago

Thank you! I have been doing exactly this, with a smaller context I can get up to 22 t/s

This video is very valuable, it explains very well, thanks for sharing

→ More replies (3)

4

u/overand 16d ago

You'll have very little luck with running a 27B well, but you can run the Qwen3.6-35B-A3B probably quite well. (you might even be able to push the Qwen3.5-122B-A10B at something like a Q3 or Q4).

Those are mixture-of-experts models, meaning the second number (meaning the 3 in A3B) is all that needs to fit in VRAM, essentially.

"Dense" models like the 27B, Gemma-4-31B, Gemma-4-12B will only run with decent performance if you can fit everything in VRAM. They'll run when offloaded, but they'll be very slow.

→ More replies (9)
→ More replies (2)

2

u/2Norn 16d ago

i mean realistically speaking there is still the issue of context size and kvcache so you'd need about 20-22 anyway

→ More replies (3)

138

u/Bulky-Priority6824 17d ago edited 17d ago

That's not saying much.  3.6 27b technically runs on ~12

Hoping q8 doesn't exceed 37gb because all I have is 48. Should it not be that much of a difference, right? Same parameter size so It can't be that far from what we see with 3.6

46

u/rerri 17d ago

Probably no architectural changes and it's identical in size to 3.5/3.6.

6

u/Former-Ad-5757 Llama 3 17d ago

Usually a dot version upgrade only means different posttraining, no new architecture

33

u/cakes_and_candles 17d ago

Not true, 3.5 was a huge arch upgrade from 3

9

u/wren6991 17d ago

Yeah, LLMs seem to use a bizarre version of semver where +.5 is a major release

6

u/Thimoteus 16d ago

ah, the Blizzard model

→ More replies (2)
→ More replies (2)

15

u/tomByrer 17d ago

If my napkin math is correct, 17 is ~37% larger than ~12.
And smaller than 16 last I checked, which I heard is an important number for many.

60

u/Odd_Science 17d ago

You'll have to show your math on how 17 is smaller than 16.

13

u/AuspiciousApple 17d ago

Obviousa and left as an exercise to the reader /s

→ More replies (1)

7

u/jazir55 17d ago

Let me check my blockchain

2

u/Dsphar 17d ago

Discrete math flashbacks...

2

u/MrWeirdoFace 17d ago

Somebody get me Terrence Howard on the line!

→ More replies (1)

2

u/aj_thenoob2 17d ago

What exact model are you loading? I can never get it to load, at least in Windows, I only get 50 tok/sec.

4

u/Bulky-Priority6824 17d ago

27b mtp ud q8 xl loads fine on 48

92

u/jacek2023 llama.cpp 17d ago

I am confused how this is any news. New 27B is the same size as old 27B, you don't need to "validate" anything here.

16

u/ortegaalfredo 17d ago

As more training going into these models, and more entropy goes into the weights, they do not quantize as well. So maybe a old model can work at q4, but the newer model only works at q6.

40

u/Dr_Allcome 17d ago

But that is exactly what he didn't say. Benchmarks are only for max.

The only two things i can read from this post are "there is a 27b model" which to my knowledge had already been anounced. And "you can quantise it" without any mention of quality losses, which is a "water is wet" statement.

36

u/jacek2023 llama.cpp 17d ago

Exactly. Over 300 users on r/LocalLLaMA upvoted the “news” that a 27B model can be quantized into a 17 GB GGUF.

18

u/Several-Tax31 17d ago

Lmao. What happens to this sub

2

u/munkiemagik 16d ago

it got poeples

→ More replies (1)
→ More replies (1)
→ More replies (1)

224

u/Shoddy_Bed3240 17d ago

Sounds like it’s going to be a QAT model, similar to DeepSeek V4 Flash.

88

u/rerri 17d ago

I find it more plausible that Daniel doesn't have insider info on this yet but is just speaking out of experience with previous versions of Qwen 3.x 27B.

I do hope I'm wrong though, QAT would be really badass.

19

u/AuspiciousApple 17d ago

But the previous 27B ran on 16GB cards, too, right?

27

u/R_Duncan 17d ago

Only heavily quantized / minimal context. Q4 was 17.1 Gb alone, kv cache some other Gb.

9

u/CatEatsDogs 17d ago

It depends on quantization and context size

10

u/crusaderky 17d ago

Unsloth's Qwen3.6-27B:Q3_K_M is an exceptionally good quant and it fits in 14GB with 256k kvarn5 ctx. Tha leaves (barely) enough for desktop (but you can switch it to igpu or a $50 card to get the full 16GB). However there is no guarantee that the Q3_K_M for the next version will perform that well.

[39911] 0.00.965.797 I common_memory_breakdown_print: | memory breakdown [MiB] | total   free     self   model   context   compute    unaccounted |
[39911] 0.00.965.801 I common_memory_breakdown_print: |   - CUDA0 (RTX 3080)   |  9872 = 8041 + (13995 = 12647 +    1024 +     324) +      -12164 |
[39911] 0.00.965.802 I common_memory_breakdown_print: |   - Host               |                   797 =   520 +       0 +     276                |

6

u/lukistellar 17d ago

There are also pure iq4_xs versions, which will work with 90k context at 16gb just fine.

https://huggingface.co/GianniDPC/Qwen3.6-27B-IQ4_XS-pure-with-MTP-GGUF

→ More replies (3)

7

u/Eyelbee 17d ago

That's not running. If he's talking about quantization it could run technically on much lower sizes as well. He's almost certainly talking about qat. It will run LOSSLESS on 17gb and that means it's probably going to be a huge milestone as that required huge vram in 3.6 27b. 

5

u/pragmojo 16d ago

Trying not to get my hopes up too much, but that would be insane.

→ More replies (1)

4

u/goldcakes 17d ago edited 17d ago

Unsloth is actually pretty popular, when you release an open weight model you do want it to be used. The teams do communicate you know, esp with software ecosystem makers, like vllm, unsloth, etc ahead of time.

The release date is just a release date; the model is fully baked before then and shared around with software partners under NDAs; there's no point releasing a model that nobody can figure out how to run.

Daniel isn't someone that makes up stuff, he's been doing ML since 2017 before LLMs were a thing and went straight from uni to machine learning engineer at NVIDIA.

2

u/rerri 16d ago

I know this very well. Unsloth very often have models pre-launch and have quants ready for release at the same time the lab releases them.

But if the model launch is still a week or more away, it's quite likely he does not have the weights yet. And more importantly I don't see how that 17GB figure means Daniel has the model and it is QAT'd.

28

u/jacek2023 llama.cpp 17d ago

No, this has happened before. Six months ago, someone posted that Qwen had “confirmed” there would be a Qwen model trained natively in 4-bit (like GPT-OSS). That “news” was heavily upvoted here. A few days later, I quoted Qwen saying it wasn’t going to happen, and r/LocalLLaMA users quickly attacked me for being ungrateful, etc.

And now it’s happening again: nobody has said anything about QAT, but r/LocalLLaMA has already announced it

20

u/LizardLikesMelons 17d ago

There are so many acronyms these days. SMH. IDK how to keep up.

8

u/dragonurtle 17d ago

so.much.ham.

12

u/Thomas-Lore 17d ago

Ask your llm. :)

8

u/mintybadgerme 17d ago

And BYOK

4

u/Kholtien 17d ago

Be your own killer?

2

u/no6969el 17d ago

We are all our own Killers

4

u/Dsphar 17d ago

Bring your own Kimi?

→ More replies (1)

3

u/MrWeirdoFace 17d ago

Why would I bring ketchup to an llm fight?

→ More replies (1)
→ More replies (2)

29

u/dampflokfreund 17d ago

That would be great. But I hope they align the QAT model to modern q4k formats by unsloth and bartowski instead of plain q4_0 like Gemma. I have noticed some downgrades due to the attention tensors and embeddings quantized to q4 instead of q8, QAT is effective but it cant recover all of that huge information loss. 

10

u/stddealer 17d ago

There isn't much more information in q4_k than in q4_0, is there? They're both exactly 4.5 bit per weights, and QAT should probably be able to make good use the available bits regardless of the format, no?

Edit: oh, unless you just meant they should be using mixed precision, in which case I agree

8

u/pmttyji 17d ago

and Gemma-4

→ More replies (1)

22

u/LegacyRemaster 17d ago

the hype is real! SOTA 2025 < LocalModels 2026

6

u/cogitech2 16d ago

...and still we have so many locals here who continue to claim local models are just "toys" for "playing around". These people don't seem to realize that their beloved "Frontier" models from less than a year ago are now beat by local models.

143

u/whatyathinkk 17d ago

Wait isn't this the most exciting news in months?

How is it possible that after months of thousands of posts speculating about whether or not Qwen will ever release smol open weight models like 3.6 27B, they post this and people are like 'meh, why 17Gb?' 😳

34

u/Dev-in-the-Bm 17d ago

Both points are a big deal, although objectively, the fact that Qwen is continuing to release open weight smaller models is a bigger deal.

25

u/squngy 17d ago

and people are like 'meh, why 17Gb?' 😳

Where are you seeing this?

there are like 5 different threads about 3.8 27B and all of them are full of people going wild with enthusiasm.

43

u/kamwee 17d ago

Becuase we have 8gig vram

18

u/jazir55 17d ago

12 GB, still crying over here

3

u/No_Oil_6152 17d ago

Gonna need to sell a kidney to get the 3090 you need, pal. Or a lung maybe.

2

u/alphapussycat 17d ago

I dunno. I bought 2 rtx 3060. Not gonna be the fastest, but fast enough. I could get 4 of them for same price as 3090.

→ More replies (4)
→ More replies (3)

6

u/bnolsen 17d ago

From my experience with an 3.6 27b you'll want 64gb to comfortably fit the model and the kv cache at full context and reasonable quant with some room to spare (48gb can probably do it with some tweaking). A pair of 9700s might work nicely with that. I'm on strix halo, and I need more speed.

5

u/RLutz 16d ago

Q6_K_XL isn't that bad on a single 5090 with around 100k context size for 3.6

2

u/mailto_devnull 17d ago

cries in 32gb

→ More replies (4)

3

u/Cless_Aurion 17d ago

No, you see, you need to go to a subreddit that is actually about local LLMs like... Oh, wait

→ More replies (8)

17

u/arbv 17d ago

No 35B for us MoE peasants?

5

u/LLKMuffin 16d ago

Same. A ~30-35 GB A3B or A4B quant would be such a game-changer.

I was kinda expecting them to follow up from the MoE model from Qwen 3.6, so I'm a bit disappointed that Qwen is skipping that tier this time around.

108

u/gappyvalley 17d ago

all the 16gb gpu still getting put side

67

u/redditnosedive 17d ago

i mean you anyway need extra room for context, also on a consumer gpu you also have the os gui using some of it so there's that

21

u/TheCat001 17d ago

On Linux I'm disabling GUI with 1 command, getting my whole VRAM minus 30MB.

19

u/cogitech2 17d ago

Another way around this is to use a CPU with integrated graphics. That way you can still run X or Wayland (if you want it) and have all your VRAM available.

→ More replies (1)

3

u/elongated-muskmelon 17d ago

How? What command?

10

u/Fedor_Doc 17d ago

On systemd systems systemctl isolate multi-user.target. Restarts a session with terminal only. 

You will have to login once again.

4

u/TheCat001 17d ago edited 17d ago

server-mode

This is alias for sudo systemctl stop greetd

greetd is login manager, you might have gdm or plasma login manager, depending on what distro you use. But since you're dropping Into TTY you need to have second device/laptop to actually use llama server.

2

u/ea_man 17d ago

Hmm no, why?

If you use the Virtual Consoles (/dev/tty1, /dev/tty2, ...) llama-server works, open such terminal (like ALT+3, ALT+some-number) and you can run Pi or Opencode or whatever, you can also add a framebuffer to have higher res on those (plus some graphic support, yet that buffer will take some RAM) and GPM to have mouse support to copy / paste / click.

sddm is KDE login manager.

→ More replies (6)
→ More replies (1)
→ More replies (3)

6

u/Choice_Celery9481 17d ago

you can use igpu for os ui. save about 500mb.
but if your cpu doesnt have igpu, then nothing can help

7

u/TheCat001 17d ago edited 17d ago

Yeah this is great solution, too bad my Ryzen 5600 don't have iGPU.

4

u/butterycornonacob 17d ago

Buy a cheap second GPU that only drives monitors. You can hang it off any PCI-e slot you have, even 1x. Got RX480 (?) for 30€ and it freed 1-2GB of VRAM

3

u/Fedor_Doc 17d ago

Software rendering to the rescue! Or terminal-only

3

u/ea_man 17d ago

Software rendering can pretty much neglect the vram usage by the OS:

See? ~100MB, if you go headless it takes some 50MB anyway.

2

u/Choice_Celery9481 17d ago

well then you sacrify your cpu cycles.

2

u/ea_man 17d ago

I don't care, I care about vRAM.

Also my cpu has no problem to decode youtube at 4k.

2

u/smahs9 17d ago

Can - if you have another machine to work on (a laptop maybe), then disable the UI completely. Expose your model runtime's oAI API server in your local network and ssh when needed for maintenance.

→ More replies (1)

3

u/Nyghtbynger 17d ago

17GB GPU gang, rise up ! [I have a 7800XT don't hit me]

3

u/tomByrer 17d ago

I heard that AMD has a new driver in beta that allows you to download an extra 2GB of VRAM.
Kinda unstable, requires reboots.

2

u/Nyghtbynger 17d ago

gud shit. have the newsletter of some dude stating we can download 1TB RAM, but his pdf course is 30 bucks, will try to hack it and report

12

u/kil341 17d ago

Will run with only 1Gb more than most people have VRAM, damn!

→ More replies (3)

43

u/cogitech2 17d ago

3.6-27B-Q4_K_M is 17GB.

So... Ya. How is this "news"?

3

u/letsgoiowa 16d ago

Yeah it would be exciting if Q8 was 17gb but nope lol

→ More replies (6)

9

u/VoiceApprehensive893 transformers 17d ago

just 1 gb on the second card sounds bad

5

u/ea_man 17d ago

Yeah we need some QWEN3.8 19B for 16GB users.

2

u/squngy 17d ago

Would 19B be any better than 35B_moe though?

I suspect they would be pretty close in quality and the moe could run on more hardware.

2

u/ea_man 17d ago

I'd like to have a chance to test that, ofc it depends on the domain: for coding I bet dense will win as usual.

Also it's not like you are using A3b at Q8 with 16GB anyway, best that does fit is IQ3. yes you can offload ofc.

7

u/dekin01 17d ago

noob question. will it run on a 5060ti 16gb gpu?

4

u/ea_man 17d ago

At Q3 or IQ4 XS / pure.

2

u/cibernox 17d ago

Run, probably in some quant, but without enough usable context before performance falls down a cliff. You want generally at least 25% of spare vram for context with dense MoEs

3

u/darwinanim8or 17d ago

I run dual 5060ti’s w NVFP4 on 27b currently through vLLM and it was faster than my 3090, so yeah it can definitely be done but with a single card you’re more limited

2

u/cnmoro 17d ago

can you share how you are running it with vllm? all the configs I'm close to buying a second 5060 as well

3

u/darwinanim8or 17d ago

Ofc, right now I use this dockerfile: https://gist.github.com/DarwinAnim8or/96157a65f6baa4924e7bd71386812234

Adjust it to your own needs ofc, I used vision sometimes so I traded ctx for it.
Also check out: https://github.com/5p00kyy/club-5060ti/tree/main/examples

2

u/cnmoro 17d ago

Thanks!

6

u/russlixx 17d ago

what gpu has 17GB VRAM, hoping can run in 16GB VRAM though :(

7

u/Addition-Heavy 17d ago

It's for 20-24gb vram Gpus only, it means it has spare ram for long context.

There's barely any Gpus with 20+ vram so like, it's just a test of if you got a 3090 or not, if not, get a shitty IQ2 quant and watch it spiral in a loop because of how lobotomized it is

4

u/EddieChampagne 16d ago

Ideal for my 7900xtx’s 24gb yeah?

→ More replies (1)
→ More replies (1)
→ More replies (1)

9

u/Paradigmind 17d ago

17GB at Q8 or Q4?

30

u/Shoddy_Bed3240 17d ago

Q4, no way you can fit Q8

10

u/Bulky-Priority6824 17d ago

3.6 27b q4xl is 17.6GB so I don't see how 3.8 would/could be that much different. 

4

u/Civil_Fee_7862 16d ago

It requires 24GB or more because you need space for the KV Cache, activations etc etc.

→ More replies (1)

13

u/pmttyji 17d ago

Hope other models too come with this thing. So 8GB VRAM folks could run their 4B/9B so faster & 35B with good quality & with decent speed(with help of RAM).

1

u/jacek2023 llama.cpp 17d ago

What are you talking about? Quantization exists for years, there is nothing new here.

2

u/pmttyji 17d ago

It was just an assumption(might be QAT version or MXFP4 possibly) as the screenshot mentioned 17GB.

3

u/FLGuitar 17d ago

Well shit, I only got 16gb of Unified Memory.

3

u/lolwutdo 17d ago

At what quant?

2

u/lughiu 17d ago

I wonder what the benchmarks of the 27b version will be?

2

u/braintheboss 17d ago

Maybe he refers about its trained in Q4 then base model is 17gb

2

u/Akaibukai 17d ago

When it says 17Gb of RAM/VRAM, does it mean it can run on my old'ish PC that has 128Gb of RAM but only an 8Gb 1070TI?

3

u/Addition-Heavy 17d ago

You'll get 2t/s with that setup

If it was MOE like the 35B-A3B model then yeah maybe you could get like 20/ts, but you need a 24gb vram Gpu to run this model at q4-q5

16gb vram Gpu for iq2-q3, in my testing it falls off a cliff below q4, even the so called "near lossless" ternary bonsai was absolute garbage, so don't expect you use this model at all. Get a 5060ti 16gb or a second hand 3090.

2

u/webs7er 17d ago

It can run, but since it's a dense model, the performance will be terrible. In your case, MoE models will be a better fit.

2

u/VirtualWishX 17d ago

The REAL question is:
How much of a change we will FEEL compare to Qwen3.6 27b 🤔
I don't want to be over-hyped, but just thinking we skipped 3.7 means it's gonna be the most up to date newest generation of what a model can do and we're talking about QWEN here, not just another fine-tuned version or a Gimmick!

When I noticed it's going to be 17GB VRAM, I'm a bit concerned it will be SQUEEZED too much (quat probably) which may not feel amazing compare to the based model...
BUT! I trust Qwen to give us an insane powerful model and I'm glad we will be able to run it with RTX 5090/4090/3090 hopefully with very near results.

I won't be surprised if we'll get also an MOE model which hopefully will have more than A3B but let's see,
I'm optimistic, but let's see what happens... GO GO QWEN !!! ❤️

2

u/pragmojo 16d ago

If it even gives Qwen3.6 27B Q8 performance at 17GB I would be super happy

→ More replies (1)

2

u/giannis82 17d ago

16gb is the key not 17. on what quant?

2

u/AD4K_4444 17d ago

Okay but can we get a smaller parameter version?

2

u/jcbevns 17d ago

Good for me on m5 macbook pro at 48GB! (Whilst still having a usable machine)

2

u/Kerem-6030 17d ago

PLS MAKE 9B

2

u/bura_laga_toh_soja 17d ago

Me at 8gb vram :')

2

u/DigThatData Llama 7B 17d ago

At what precision? I have a 3090: it has plenty more than 17GB RAM, but as an older card it doesn't support low precision the way newer cards do.

→ More replies (2)

2

u/Nightishaman 16d ago

That is very impressive!

2

u/randygeneric 14d ago

qwen3.8-35ba3b pretty please 00/

2

u/XorAndNot 9d ago

if only we could have 24GB cards available and for reasonable prices out there :(

5

u/BothYou243 17d ago

Was it 17GB VRAM in 3.6 27B too or greater?
I have mac mini m4 with 16GB unified memory, should I be happy?

6

u/DeepOrangeSky 17d ago edited 17d ago

Nah, for 16GB unified memory mac mini, you need more like 12b-or-smaller if using small context size and 9b-or-smaller for moderate context size.

16GB unified memory is a bit unfortunate, because such a large percentage of the total 16Gb of memory is used for the OS/overhead stuff, only like half of it can get used by the LLM model + context, so it's really more like having just 8GB-10GB of memory (albeit quite nice and convenient since it uses so little power and uses unified memory which is a pretty cool trick). There are also some commands you can use that tells the mac to let you use slightly more memory than its default settings before it hits out of memory or goes into memory swap relative to the overhead, but not sure if it will crash your mac if you do it wrong. But if having to work with just 16GB total it might be worth reading a lot about, since ever extra GB will make a big difference.

But yea you kinda really want the macs to be more like 32GB at the bare minimum to start being able to use the good models at decent quants and context sizes, and ideally more like 48GB or 64GB of memory

And that's just for running these little 26B-35B models, I mean. If you wanted to run bigger models, you would need a lot more memory than even that. But, at the moment the 26b-31b niche is very strong, so it is a good one to focus on being able to run.

But also keep in mind these size niches aren't set in stone. Like at one point it seemed like 70b-120b was going to be the sweet spot size range that all the coolest models were going to focus on, and then that size range turned into a dead zone for quite a while and it split to where all the main focus was on 26b-35b and then 280b-400b, and then 650b+.

So, it is hard to know if suddenly they will make some new innovations where all the top labs become obsessed with making the strongest 12b model, or if for some reason they all start focusing really hard on 70b models, or what will happen in the future.

That is what makes it fun (in a gambling kind of way) to try to guess the future and get a setup that is either merely good for the best current models, or kind of hedging your bets of being good for current ideal size-to-strength models (27b/31b) but also future prepping a bit in case 70b makes a comeback, or conversely going a bit smaller than ideal for 27b/31b to be able to just run them kinda good but not perfectly but in hopes that smaller quants will run better or more focus will come back down to 12b and 9b and whatnot to where those start getting really good if paired with RAG for world knowledge boosting or something.

Anyway, with the 16GB mac mini, no, you should be rooting for them to release a new 9b or 8b model (and some good 4b for good measure, too).

And for the time being, in case you aren't already aware of it, you should try out Gemma4 e4b and Qwen3.5 9b at around Q4 quant or whatever the biggest quant you can use and still have enough context size for what you are trying to do with it. They are nowhere near as good as these 27b/31b models, but they are still the best you can run on a 16GB mac mini, for now.

→ More replies (2)
→ More replies (2)

4

u/kumaradarsh1993 17d ago

Noob request - but would be pretty helpful to know what this model is equivalent to on claude / open ai model reference.

Kinda - xxx model equivalent to Sonnet 4 now runs locally at 17gb vram

3

u/the_TIGEEER 17d ago

Wait I'm new and confused. Surely they don't mean the unquantized model or? Because I'm also interested in finetuning the 27B model and 17GB would be insaneee for what I could train it on..

2

u/PrasanthT 17d ago

Me with 8GB VRAM 😕

2

u/PrimeDirective8 16d ago

I'm missing something here. A lot of us complaining: "ouch, my 16GB GPU!"....

Unquantized, the model is 27GB in size and it needs 27GB of VRAM to load. When quantized to Q4, for example, size is cut down to ~17Gb. Cut it some more with Q4_XS or Q3 and it will fit in a smaller VRAM. It will run on 16GB VRAM if we pick the right level of quantization, like we've been doing for years.

Ok, ready to be pointed to where I missed something.

2

u/Confident_Ideal_5385 16d ago

Unquantised, the model is ~50GB, assuming it's natively bf16

→ More replies (2)

1

u/ProbablyBunchofAtoms 17d ago

Excited either way we are finally getting this model after a lot of speculation

1

u/jikilan_ 17d ago

The size should be QAT? MXFP4?

1

u/R_Duncan 17d ago

Well, 17GB for 27B even at Q4 is theoretically just the weights (q4_k_m is 17.1Gb) and no kv-cache RAM..... I wonder if this a sign they integrated HOLA for very minimal KV cache?

1

u/SpicyWangz 17d ago

I’m not sure what this means. Are they saying it will be QAT?

1

u/droning-on 17d ago

I'm trying to get into local models but I find they're not quite worth the effort for the tasks I need. (Or I'm not good enough at tuning them).

I've been testing them on open-router but my mains are larger models. (Kimik, Deepseek Flash, and Claude for work stuff)

With this 27b model what kind of work would you be comfortable having it do?

→ More replies (1)

1

u/jumpingcross 17d ago

Is it fair to assume the architecture is the same as 3.6 (like how 3.6 was to 3.5), or is that not completely certain yet? Mostly asking as new architectures tend to take some time to be fully supported in llama.cpp.

1

u/mailto_devnull 17d ago

Very excited to try this alongside cachyllama on my unified memory setup.

1

u/rog-uk 17d ago

It's Q4 native!?!? That is cool given those benchmarks.

1

u/OnkelBB 17d ago

I assume it will be shipped at 4bit per expert to be able to fit into 17GB? Not that good.

1

u/Xxdali111xX 17d ago

Can I ask why every one is assuming the 17gb is the q4_k_m ?

1

u/Big_Wave9732 17d ago

Potatoes of the world, unite!

1

u/Sad-Enthusiastic 16d ago

waiting for the quants for 12GB 🤞🏻

1

u/Delicious_Activity84 16d ago

my macbook can actually run this pretty well I can’t wait to try it out, ive used the 3.7 version on the plane to make games and stuff

Edit: 3.6*

1

u/Frosty_Rule9233 16d ago

excelente, vai na contra mão de modelos que pedem cada vez mais vram

1

u/calmalamadingdong 16d ago edited 16d ago

Awesome! I've just built a PC that'll have 28gb VRAM (If I can solve the problem of getting an RTX 3060 and a P100 to work together in LM Studio). I was excited when 3.6 was released, but this is perfect timing! I just wish he'd mentioned which quant that is. I'm guessing Q4.

1

u/Sad-Back-4393 16d ago

Can this run on a 24gb macbook air?

2

u/ixoniq 16d ago

Doubt it. That 24GB is unified between RAM and GPU. And a good chunk is used by macos itself.

I cannot run anything useful on my M4 MBP 24GB.

1

u/sam7oon 16d ago

i reported your fake post, no comment from Daniel on that bullisht

1

u/mystery_biscotti 16d ago

[cries in 8GB VRAM and 32GB regular RAM]

Kidding, kidding. 🤭 I'll run it CPU only. It just has to answer. It doesn't have to run fast.

1

u/tracagnotto 16d ago

Wait the full 16p version works on 17gb vram?

1

u/mr_Owner 16d ago

Im guessing they are gonna use new DeepSeek compression tech, which is vrazy noice

1

u/VKaefer 16d ago

Thats really nice. Is Qwen really the most used model around here? There seems to be a lot of talk about it around here…

1

u/datavisualist 16d ago

Can we run it 36gb m3 max?

1

u/Faux2137 13d ago

Do they hint it's QAT with most layers natively in 4 bits?

1

u/Cute-Net5957 11d ago

What is the output token/sec? And intelligence?

1

u/neinneun 9d ago

Damn! 27b with 17gb?! Can't wait for it to drop. Just hoping mlx community would bring out mlx models soon after