You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.