Qwen3.5 Running Notes & Optimal Settings
๐กllama.cpp tweaks to run Qwen3.5 loop-free + unlock deep analysis
โก 30-Second TL;DR
What Changed
Strong family consistency across sizes with identical prompting behavior
Why It Matters
These insights enable AI practitioners to deploy Qwen3.5 locally with optimal stability and performance, unlocking deeper capabilities through targeted prompting. Saves trial-and-error time for local LLM inference.
What To Do Next
Run Qwen3.5-35B on llama.cpp with --temp 0.6 --repeat-penalty 1.4 --top-p 0.95 to test stability.
Key Points
- โขStrong family consistency across sizes with identical prompting behavior
- โขHigh adaptability shifts focus from immediate to deeper analysis via prompts
- โขllama.cpp settings: temp 0.6, repeat-penalty 1.4 for 35B to eliminate looping
- โขAvoid KV cache quants due to increased looping and errors; stick to f16
- โขBenefits from system prompts emphasizing user intent over literal problems
๐ง Deep Insight
Background and context from public sources โ not the original article. 7 sources cited.
๐ Enhanced Key Takeaways
- โขQwen3.5-397B-A17B employs a sparse MoE architecture with 397B total parameters but only 17B activated per token, enabling 8.6-19x faster decoding than Qwen3-Max without performance loss[1][2].
- โขThe series features native multimodal capabilities through early fusion training on text, images, video, and UI screenshots, achieving top scores like 87.8% on MMLU-Pro and 88.6% on MathVision[1][2].
- โขQwen3.5 supports a 256K native context length extensible to 1M tokens via YaRN, with high-resolution vision up to 1344x1344 pixels and pixel-perfect UI element detection[2][4].
- โขHosted via Alibaba Cloud Model Studio and providers like Together AI and OpenRouter, with API support including reasoning modes and tool integration[2][4][6].
๐ Competitor Analysisโธ Show
| Feature | Qwen3.5 | GPT-5.3 Codex (OpenAI) |
|---|---|---|
| Context Window | 256K (ext. 1M) | Not specified |
| Multimodal | Native text/vision/UI/video | Combined text/Codex |
| Parameters | 397B total (17B active MoE) | Not specified |
| Speed | 8.6-19x faster decoding | Baseline |
| Benchmarks | 87.8% MMLU-Pro, 88.6% MathVision | Not directly compared[1][2]. |
๐ ๏ธ Technical Deep Dive
- โขHybrid architecture: Sparse Mixture of Experts (MoE) with Gated Delta Networks; 397B total parameters, 17B activated per token via experts per token mechanism[2][3].
- โขContext: 256K native tokens (262,144), extensible to 1M via YaRN RoPE scaling; 248,320 token vocabulary with multi-token prediction (MTP) for throughput[2].
- โขVision: High-resolution up to 1344x1344 pixels; supports VQA, document/chart understanding, UI navigation with pixel-level grounding[1][2].
- โขInference: FP16/BF16 requires ~800GB VRAM; 4-bit quantized ~220GB unified memory (e.g., Mac Studio M-Ultra or multi-GPU setups)[1].
- โขTraining: Early fusion on multimodal tokens (text/images/video/UI); compatible with NVIDIA NeMo for LoRA/SFT fine-tuning[1][3].
๐ฎ Future ImplicationsAI analysis grounded in cited sources
โณ Timeline
๐ Sources (7)
Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.
Weekly AI Recap
Read this week's curated digest of top AI events โ
๐Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: Reddit r/LocalLLaMA โ
This is a summary, not the original. Read the source, or get the weekly briefing.
Weekly AI briefing
One email a week. Unsubscribe anytime.
