MAX Nightly 26.2.0.dev2026021105 Released

:astronaut: A new nightly version has been released! :astronaut:

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Enabled overlap scheduling for select model architectures like
    LlamaForCausalLM_Legacy by default. This optimization reduces CPU overhead
    by overlapping python host code with GPU kernel execution. This optimization
    is currently incompatible with some features such as structured outputs or cpu
    models. This feature is very experimental! You can forcibly disable it via
    --no-enable-overlap-scheduler --force.

  • Added the prod op for computing the product of elements along an axis,
    available as max.graph.ops.prod, max.functional.prod, and
    Tensor.prod().

Mojo changelog updates:

Raw MAX diff: https://github.com/modular/modular/compare/4a7fe137180337767519972dcb32e26dee37d9b7...64e1666ec598de0179d5ee698c26750a4085fb59)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md