Surn commited on
Commit
808d36d
·
1 Parent(s): 346c62e

MCP Updates

Browse files
Files changed (3) hide show
  1. CHANGELOG.md +8 -0
  2. assets/arial.ttf +3 -0
  3. 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-05-01]
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).
assets/arial.ttf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35c0f3559d8db569e36c31095b8a60d441643d95f59139de40e23fada819b833
3
+ size 275572
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'