Skip to content

v0.7.0

Latest

Choose a tag to compare

@cbalioglu cbalioglu released this 05 Nov 17:28
· 14 commits to main since this release
4fd6d8b

[0.7.0] - Nov 4th, 2025

  • RecipeModel is now callable and forwards the call to RecipeModel.module for a cleaner, more convenient syntax.
  • A new get_asset_download_manager helper function to download assets in procedural code.
  • A new register_recipe_assets helper function that can be used to register recipe-specific asset cards that cannot be (accidentally) overwritten by users. More info
  • Reference API documentation has been flattened and updated for better readability.
  • Revised Wav2Vec 2.0 recipes have been merged back and are available under the recipes/wav2vec2 directory.