We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795f8dc + 44df50c commit 72cb16fCopy full SHA for 72cb16f
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## [1.3.0a] - TBD
+## [1.3.0] - 2024-05-02
8
9
Adding the MAGNeT model (https://arxiv.org/abs/2401.04577) along with hf checkpoints and a gradio demo app.
10
audiocraft/__init__.py
@@ -23,4 +23,4 @@
23
# flake8: noqa
24
from . import data, modules, models
25
26
-__version__ = '1.3.0a2'
+__version__ = '1.3.0'
0 commit comments