A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Removed jump forward decoding (
compute_ff_tokens) from structured output.
The bitmask constraint alone ensures valid structured output, matching the
approach used by vLLM and SGLang. - Fixed integer indexing into a graph tensor (e.g.
x[0]on a(2, 3)
tensor) failing graph compilation with
mo.static.reshape op input and output elements do not match. A
reshape-through-slice optimization pattern was incorrectly rewriting
the slice + squeeze pattern produced by integer indexing, generating a
reshape whose element count did not match the input.
(Issue #6440)
Mojo changelog updates:
- [Docs] Inject nightly version and date into changelog frontmatter
- [stdlib] Reject math.sqrt on DType.float64 on NVIDIA GPU
- Adds updates to nightly changelog
- [KGEN] Honor
-Xlinkerfor mojo run/debug
Raw MAX diff: https://github.com/modular/modular/compare/c6edef8bea69b2b5537a2634496cdcc36d488dff...735f252a0cbc394f1239d4833eba98351819683c)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md