PulseAugur
EN
LIVE 06:54:21

Qwen3 LLM runs up to 4.52x faster on Apple Silicon with ExecuTorch MLX delegate

A recent technical exploration demonstrates significant speed improvements when running the Qwen3-0.6B language model on Apple Silicon using ExecuTorch's experimental MLX delegate. The MLX delegate, which leverages Apple's MLX framework, achieved up to 4.52x faster decode throughput compared to PyTorch's MPS backend when using 4-bit quantization (INT4). While this quantization method drastically reduced file size and boosted speed, it was observed to alter the model's output in a small number of test cases. AI

IMPACT Demonstrates a path to significantly faster LLM inference on consumer hardware through optimized runtimes and quantization.

RANK_REASON Technical exploration of optimizing LLM performance on specific hardware using a new delegate. [lever_c_demoted from research: ic=1 ai=1.0]

Read on dev.to — LLM tag →

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

Qwen3 LLM runs up to 4.52x faster on Apple Silicon with ExecuTorch MLX delegate

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Nariaki Wada ·

    Running Qwen3 Through the ExecuTorch MLX Delegate: Up to 4.52x Faster on M1 Max

    <p>Hello, everyone.</p> <p>There are now many ways to run an LLM on a Mac, but exporting a PyTorch model for Apple Silicon and executing it in a lightweight runtime is still an evolving path. How much faster is it, and does 4-bit quantization change the output?</p> <p>Today, I am…