/4 min
Running LLM Evals On-Device With MLX: Zero-Cost Batch Judging on a Mac
Yes — a quantized 3-8B judge running on MLX on Apple Silicon handles objective eval batches at effectively zero marginal cost.
Topic
MLX, Core ML, quantization, and running inference locally on Apple Silicon.
Yes — a quantized 3-8B judge running on MLX on Apple Silicon handles objective eval batches at effectively zero marginal cost.
Run semantic search fully on-device on iOS: convert EmbeddingGemma to Core ML, store vectors with SimilaritySearchKit, quantize to fit memory.
Running an LLM locally removes network egress, but telemetry, model downloads, and RAG indexes still leak — here's what to check.
MLX runs on-device LLMs on the GPU for throughput; Core ML can place them on the ANE to keep the GPU free — here's how to choose.