A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Removed deprecated
max.nnlayer classes:LinearV1,QLinearV1,
GPTQLinearV1,MLPV1,EmbeddingV1,LayerNormV1,RMSNormV1. Use
Linear,GPTQLinear,MLP,Embedding,LayerNorm,RMSNorminstead.
Mojo changelog updates:
- [Mojo] Add
-Wno-errorflag to themojodriver - [mojo] Add --experimental-export-fixit flag to export fix-its in YAML format
- [stdlib] Rename the
fmtmodule toformat. - [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