MAX Nightly 26.1.0.dev2026011005 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Removed deprecated max.nn layer classes: LinearV1, QLinearV1,
    GPTQLinearV1, MLPV1, EmbeddingV1, LayerNormV1, RMSNormV1. Use
    Linear, GPTQLinear, MLP, Embedding, LayerNorm, RMSNorm instead.

Mojo changelog updates:

  • [Mojo] Add -Wno-error flag to the mojo driver
  • [mojo] Add --experimental-export-fixit flag to export fix-its in YAML format
  • [stdlib] Rename the fmt module to format.
  • [stdlib] Remove key value from DictKeyError.

Raw MAX diff: https://github.com/modular/modular/compare/610fbbb953e3b96eda258478d1461f34869fc4e6...8b1072a687a8dc334c78ea532f4f8ec468f874a3)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md