Qwen3.6 35b Q2_XXS: Being GPU poor in 2026 is not so bad

Reddit r/LocalLLaMA News

Summary

Demonstrates running the quantized Qwen3.6-35B model on a low-end laptop to create a Zelda-like RPG in 24 minutes, showing that GPU-poor scenarios are manageable in 2026.

A potato can create a very cool RPG in 24 minutes Laptop I3 8gb RAM 0gb VRAM, Windows 11 llama-server.exe --host 0.0.0.0 --port 8080 -m models\qwen3.6-35b-Instruct\Qwen_Qwen3.6-35B-A3B-IQ2_XXS.gguf -c 8192 -n 8192 -tb 4 -b 512 -ub 512 --cache-type-v q8_0 --cache-type-k q8_0 -fa auto -ngl 0 --temp 0.0 --reasoning off MODEL: https://huggingface.co/bartowski/Qwen_Qwen3.6-35B-A3B-GGUF/resolve/main/Qwen_Qwen3.6-35B-A3B-IQ2_XXS.gguf (I use the Instruct model to avoid so many reasoning tokens) RESULT: 24 min, 3 t/s PROMPT: ``` Create a simple RPG Zelda-like 2d world character attacking the enemies KEYS: W up S down A left D right F attack A guy with a sword kills enemies. Earn points, level up, and gain strength. Infinite loop of enemies randomly appearing. Output: Single HTML File ```
Original Article

Similar Articles

@sudoingX: update: qwen 3.6 27b dense q4 just one shotted octopus invaders game on a single 3090. hermes agent drove the whole thi…

X AI KOLs Timeline

A user benchmark demonstrates that the Qwen 3.6 27B dense model (Q4 quantized) can autonomously generate a fully playable multi-file game in a single prompt on a single RTX 3090, significantly outperforming its predecessor with zero manual interventions. The results highlight major improvements in local code generation and agentic capabilities for consumer-grade hardware.

Qwen 30b MoE - 30tps - 6GB vram - Done!

Reddit r/LocalLLaMA

A user shares success running Qwen 30B MoE on an RTX 3050 6GB with 90k context at 30-35 tokens per second, celebrating low-end hardware performance.