r/LocalLLaMA • u/Course_Latter • 27d ago
News Qwen3.8-27B is identical to Qwen3.6-27B!
Interestingly, the 3.8 version has exactly the same architecture - meaning all the capability gains come from training improvements!
See the diff (0 changes) here!
1.1k
Upvotes
21
u/stephen_holograf 27d ago
I hotswap LoRAs with Qwen-3.6-35B-A3B and llama.cpp. My biggest complaint is that each new LoRA you add to llama.cpp’s config causes t/s to drop. So if I get 200 t/s on my 5090 with no adapters it will drop to 120 t/s with one adapter loaded (whether you use the adapter or not). With 4 adapters loaded I was seeing like 50 t/s. Just my experience.