Developer Tools

Popular AI Software Gets a Fix to Stop Crashing on Macs

If you run AI on a Mac, this tiny update could prevent annoying crashes.

Deep Dive

When you use a chatbot or an AI image generator, a tool like vLLM is often working behind the scenes. vLLM is open-source software that helps companies serve large AI models efficiently, so they respond quickly to requests. But vLLM isn't perfect. On computers with ARM64 chips — the kind Apple puts in Macs and iPads — a recent update caused problems.

The issue started when a software component called Cython released a new version. Cython is like a translator that makes Python code run much faster, which is critical for AI workloads. The new Cython version (3.3) introduced a bug that broke the build process for certain AI models on ARM64. That meant developers and users on Macs could hit errors when installing or running vLLM.

The fix, released as version 0.28.0, is simple: it “pins” Cython to a version below 3.3. Think of it like a recipe that says “use this specific brand of flour” to avoid a bad batch. By locking in a known-good version, vLLM ensures that AI models compile and run reliably on Apple Silicon and other ARM64 systems.

This isn't a flashy update — no new features, just a stability patch. But for people who depend on vLLM for their AI projects, it's exactly the kind of fix that keeps things running smoothly. If you've ever had an app crash for no clear reason, you've hit the problem this solves. It's a reminder that even the biggest AI systems rely on careful, boring maintenance to work for the rest of us.

Key Points
  • vLLM is a popular engine that runs AI models behind the scenes for many apps and services.
  • This update fixes a crash bug that only affected Macs and other devices with ARM64 chips.
  • The fix works by using an older, tested version of Cython, a speed-boosting tool for AI software.

Why It Matters

A small reliability fix means fewer crashes when using AI on Macs, making everyday AI tools more dependable.

📬 Get the top 10 AI stories daily