PulseAugur
EN
LIVE 13:58:01

Mac Studio efficiently serves Qwen3.5-122B with optimized cold caching

A developer has optimized the qMLX engine to efficiently serve multiple sessions of the Qwen3.5-122B model on a single Mac Studio with 96GB of RAM. By implementing a cold caching strategy that heavily relies on an on-disk KV cache, the system achieved a significant reduction in prefill compute, allowing for concurrent sessions with minimal GPU load. This optimization enables the use of local models for sub-agent functionalities. AI

IMPACT Optimizes local hardware usage for running large language models, potentially enabling more complex AI applications on consumer-grade machines.

RANK_REASON This is a technical optimization of existing models and software for local hardware, not a frontier release or significant industry event.

Read on r/LocalLLaMA →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Mac Studio efficiently serves Qwen3.5-122B with optimized cold caching

COVERAGE [1]

  1. r/LocalLLaMA TIER_1 English(EN) · /u/marzukia ·

    Serving a fleet of Qwen3.5 122b sessions on a single Mac Studio (96GB) without losing your sanity

    <!-- SC_OFF --><div class="md"><p>Hello all</p> <p>Just following up on a post I made <a href="https://old.reddit.com/r/LocalLLaMA/comments/1uuwrc0/running_qwen35122b_on_mac_studio_96gb_fixed_3/">last week</a> about my experiment to try minmax my Mac Studio. In particular, I've h…