MAX Nightly 25.7.0.dev2025100101 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • benchmark_serving.py script can now run LoRA benchmarking for supported
    models and target modules.
  • Changed LoRAConfig.max_num_loras default to 1 from 100.
  • RequestID is now a real type: RequestID has been converted from a type alias
    to a proper immutable type, providing better type safety and consistency across
    the API.

Mojo changelog updates:

  • [stdlib] deprecate non-keyword arguments for memcpy
  • [stdlib] Introduce UnsafePointer.swap_pointees.
  • [stdlib] Rename math.isqrt to math.rsqrt
  • [docs] Fix markdown

Raw MAX diff: https://github.com/modular/modular/compare/a37136cbb9e570d02e5807cdd9c102f893f7bccc...132e1acf3f3bc17475b1410220b2d17a1e062745)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md