A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
-
Experimental APIs moved under
max.experimental. Two additional packages
have moved under themax.experimentalnamespace to co-locate all
experimental APIs:-
max.torchis nowmax.experimental.torch. Update imports from
from max.torch import CustomOpLibrary, graph_opto
from max.experimental.torch import CustomOpLibrary, graph_op. -
max.nn.module_v3is nowmax.experimental.nn(thev3suffix has been
dropped). Update imports from
from max.nn.module_v3 import Module, Linearto
from max.experimental.nn import Module, Linear.
-
Mojo changelog updates:
- [ParamBinding] Enforcing parameter binding rules
Raw MAX diff: https://github.com/modular/modular/compare/48a46018e3ee047df45ce09ecb9c01945720f74b...2e6b98d33b02b91366b5fb79141c528473c6903c)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md