Qwen3.5-122B-A10B-MINT-MLX runs smoothly on M5 Pro with 64GB RAM

✍️ OpenClawRadar📅 Published: April 20, 2026🔗 Source
Qwen3.5-122B-A10B-MINT-MLX runs smoothly on M5 Pro with 64GB RAM
Ad

Local LLM Performance on Apple Silicon

A Reddit user has shared their experience running the Qwen3.5-122B-A10B-MINT-MLX model locally on an M5 Pro with 64GB RAM. The setup demonstrates that large language models can run effectively on consumer hardware with proper configuration.

Configuration Details

The user achieved smooth performance using specific terminal commands for VRAM allocation:

sysctl iogpu.unified_memory_limit_percentage
sudo sysctl iogpu.wired_limit_mb=61440

In LM Studio, they set the context window to 16384 tokens. With this configuration, the system maintained stable performance while running Safari with multiple tabs, Messages, and Activity Monitor simultaneously.

Ad

Performance Benchmarks

The Qwen3.5-122B-A10B-MINT-MLX model delivered:

  • Time to First Token: 0.86 seconds
  • Token Generation Speed: 39.58 tokens/second

The user noted the model "solved a bunch of riddles correctly and did a bit of vibe coding" with no complaints about the 3-bit MINT quantization. The only issue occurred when the context window filled up near 59GB VRAM usage, causing system lockup.

Comparison with Other Models

The user also tested "Qwen3.5 40B Claude 4.6 Opus Deckard Heretic Uncensored Thinking Mxfp8," which they found to be more accurate than the 122B model but significantly slower:

  • Token Generation Speed: 6.93 tokens/second
  • Prompt processing remained fast despite slower generation

This demonstrates the trade-off between model size, quantization, and inference speed that developers face when choosing local LLM configurations.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Claude Platform on AWS Now GA: Native Anthropic Experience via IAM, CloudTrail, and AWS Billing
News

Claude Platform on AWS Now GA: Native Anthropic Experience via IAM, CloudTrail, and AWS Billing

AWS announced GA of Claude Platform on AWS, giving developers direct access to Anthropic's native Claude experience through existing AWS accounts with IAM auth, AWS billing, and CloudTrail logging — but customer data is processed outside AWS security boundary.

OpenClawRadar
NHS England retreats from open source: open letter urges reversal of SDLC-8 policy
News

NHS England retreats from open source: open letter urges reversal of SDLC-8 policy

An open letter with 74 signatures calls on NHS England to withdraw SDLC-8 — a policy that hides all NHS source code — and to reaffirm Principle 12 of the NHS Service Standard: 'Make new source code open.'

OpenClawRadar
Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills
News

Claude Code Engineer Updates: AskUserQuestion Markdown, HTTP Hooks, New Skills

Claude Code Engineer released three updates: the AskUserQuestion tool now supports markdown snippets for diagrams and code examples, a new HTTP hook handler allows hooks to post to HTTP endpoints, and two new skills have been added.

OpenClawRadar
Claude Code v2.1.73: Model Overrides, Stability Fixes, and Performance Improvements
News

Claude Code v2.1.73: Model Overrides, Stability Fixes, and Performance Improvements

Claude Code v2.1.73 adds modelOverrides for custom provider IDs, fixes critical freezes and deadlocks, resolves subagent model downgrades, and improves voice mode stability. The release addresses 18 specific issues including bash command permission prompts, session corruption, and Linux sandbox failures.

OpenClawRadar