4.0.3

hkchengrex/MMAudio4.0.3Dec 7, 2025by github-actions[bot]

AI Summary

This release focuses on enhancing CLI usability and utility functions, alongside fixing compatibility issues with the latest PyTorch Lightning version. It introduces a new revision option for commands and a safer calibration transform method. Additionally, it updates the pyannote-database dependency to version 6.1+.

Key Highlights

  • Added `--revision` option to most CLI commands
  • Added `Calibration.safe_transform` method supporting NaNs and any shape
  • Fixed `Model.from_pretrained` to support PyTorch Lightning 2.6+
  • Updated `pyannote-database` dependency to version 6.1+

New Features

  • `--revision` CLI option
  • `Calibration.safe_transform` method

Full Release Notes

- feat(cli): add `--revision` option to most CLI commands
- feat(util): add `Calibration.safe_transform` method (supports NaNs as well as any shape)
- fix(model): fix `Model.from_pretrained` to support `lightning` 2.6+
- setup: update `pyannote-database` dependency to `6.1+`