mlx-optim 0.1.0

Optimizers (AdamW, SGD) and learning rate schedulers
Documentation
  • Coverage
  • 56.25%
    9 out of 16 items documented0 out of 15 items with examples
  • Size
  • Source code size: 27.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 20s Average build duration of successful builds.
  • all releases: 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • community-stevedores-org

Optimizers for MLX training.

Tensors are immutable graph node handles — optimizers create new tensors for updated parameters rather than mutating in place.