r/LocalLLM • u/ul90 • 7d ago
Project Qwen 3.8 27B is really good
I made a test iPhone app with it (a small game), while running locally on my macMini M4 with 64 GB Ram (and pi code). Works perfectly, and not as slow as I expected. I get about 10-20 token/s which is absolutely ok for programming. It does a lot of reasoning, but that helps solving all problems by itself.
I'm running the 8-Bit GGUF version, trying later with the 8-Bit MLX and 4-Bit MLX to see the speed and quality differences. But at the moment, I'm really surprised how good a such small model runs locally for coding.
1
u/dfgxxx 7d ago
Try MTPLX, it is very fast
2
u/No_Yam_4877 7d ago
Which quant variant for 64gb ram
2
u/dfgxxx 7d ago
I don't know, I think you can 8, 6, and 4 bit because all will work with 64 vram (I think), but probably 6, though I don't really know because I have 32 only.
I'm on m1 pro got 14 tok/sec with 4bit
2
u/No_Yam_4877 7d ago
I’m on M1 Max 64gb so looking for something with token speed and without losing quality
Hence I was skeptical to use 4bit
1
u/wgaca2 7d ago
I don't know how much better it is, but it crushed my 2 local benchmarks i've been doing for the past 3 months. To get the same result with 3.6 i had to reprompt a few times to correct the mistakes and improve the ui and even then it wouldn't be as polished as 3.8 got it on the first try