Running Qwen 3.6 35B-A3B on a single 8GB consumer laptop GPU (RTX 4060)

#58
by myeongjun77 - opened

Hi Qwen team,

I packaged a local execution tool that runs Qwen 3.6 35B-A3B on an RTX 4060 Laptop (8GB VRAM, 32GB RAM) at warm decode 33-34 tok/s. Sharing the validation package in case it's useful or you'd like to verify it on your end.

Setup

  • Model: Qwen 3.6 35B-A3B GGUF Q4_K_M (obtained from upstream, weights NOT redistributed)
  • Hardware: RTX 4060 Laptop, 8GB VRAM, 32GB RAM, Windows 11
  • Backend: ik_llama.cpp fork (Qwen 3.6 arch patch)
  • Warm decode: 33-34 tok/s (conservative public claim: 20+ tok/s)
  • Smoke set: 10/10 multi-lingual pass

Validation package (single binary, no Python required):
https://github.com/JorrrrrdDin/RESEARCH_PAPERS/tree/main/Paper_16_Rotary_GPU_Local_MoE

Also verified on Gemma 4 26B-A4B (same A-3~4B MoE pattern) at 40+ tok/s on the same hardware.

The internal mechanism is not disclosed in this public release (patent filings pending; ORCID 0009-0006-9540-4666 for context). I'd appreciate any feedback from the Qwen team on what additional validation would be useful — happy to test on forthcoming larger MoE variants if you're interested.

Thanks for the model.

— Myeong Jun Jo

Sign up or log in to comment