Change8

modular/v25.6.0

📦 mojo-language
4 features

Summary

Release 25.6 introduces significant compute layer unification in MAX, adding support for NVIDIA Blackwell and AMD MI355X throughput, along with initial Apple Silicon GPU support for Mojo and a standalone `pip install mojo` package.

Migration Steps

  1. To utilize the new standalone Mojo package, run: `pip install mojo`.

✨ New Features

  • MAX now offers a model serving framework spanning consumer CPUs/GPUs to datacenter GPUs, including industry-leading throughput on NVIDIA Blackwell (B200) and AMD MI355X.
  • Added a `max benchmark` command to the CLI tool for verifying performance benefits.
  • Initial support for Apple Silicon GPUs, allowing Mojo developers to write GPU algorithms that run unmodified across Apple Silicon GPUs, NVIDIA Blackwell, AMD MI325X, AMD MI355X, and more.
  • Mojo is now available as a standalone package via `pip install mojo` for enhanced Python-to-Mojo interoperability.