Spaces:
Running
on
T4
Running
on
T4
Update Changelog and version
Browse files- CHANGELOG.md +8 -0
- audiocraft/__init__.py +1 -1
CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
| 2 |
|
| 3 |
All notable changes to this project will be documented in this file.
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
## [1.2.Surn] - 2025-04-02
|
| 6 |
|
| 7 |
Implemented Unlimited Music Generation (UMG) with the [hf checkpoints](https://huggingface.co/facebook/unlimited-music-generation).
|
|
|
|
| 2 |
|
| 3 |
All notable changes to this project will be documented in this file.
|
| 4 |
|
| 5 |
+
## ['1.3.Surn-MCP'] - 2025-06-09]
|
| 6 |
+
|
| 7 |
+
Add implementation for the MCP protocol (https://arxiv.org/abs/2406.10970).
|
| 8 |
+
|
| 9 |
+
## ['1.3.Surn'] - 2025-04-25]
|
| 10 |
+
|
| 11 |
+
Add Style Music Model
|
| 12 |
+
|
| 13 |
## [1.2.Surn] - 2025-04-02
|
| 14 |
|
| 15 |
Implemented Unlimited Music Generation (UMG) with the [hf checkpoints](https://huggingface.co/facebook/unlimited-music-generation).
|
audiocraft/__init__.py
CHANGED
|
@@ -7,4 +7,4 @@
|
|
| 7 |
# flake8: noqa
|
| 8 |
from . import data, modules, models
|
| 9 |
|
| 10 |
-
__version__ = '1.3.Surn'
|
|
|
|
| 7 |
# flake8: noqa
|
| 8 |
from . import data, modules, models
|
| 9 |
|
| 10 |
+
__version__ = '1.3.Surn-MCP'
|