A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Added NVFP4 quantization support for Gemma 4.
- Removed the
defaultvalue for--devices; omit--devicesto use the model
or config default. - GPU and CPU diagnostic tooling has moved from
max.diagnosticsto
max.profiler:max.diagnostics.gpu→max.profiler.gpuand
max.diagnostics.cpu→max.profiler.cpu. Update imports accordingly.
Deprecation shims withDeprecationWarningremain at the old paths.
Mojo changelog updates:
- [stdlib] Add
nth()as a default method onIteratortrait - [stdlib] Align Philox RNG with PyTorch for bit-for-bit compatibility
Raw MAX diff: https://github.com/modular/modular/compare/b0032c84855ebf4b84810267cb72244a29ad96f6...c6de38c5ebe67048e243a442d4d2480b27cb3c6b)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md