Skip to content

Commit a2b9675

Browse files
authoredSep 7, 2023
preparing v1.0.0 release (#269)
1 parent 80def9c commit a2b9675

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [1.0.0] - 2023-08-02
7+
## [1.0.0] - 2023-09-07
88

99
Major revision, added training code for EnCodec, AudioGen, MusicGen, and MultiBandDiffusion.
1010
Added pretrained model for AudioGen and MultiBandDiffusion.

‎MANIFEST.in

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ include *.ini
66
include requirements.txt
77
include audiocraft/py.typed
88
include assets/*.mp3
9-
recursive-include conf *.yaml
9+
include datasets/*.mp3
10+
recursive-include config *.yaml
11+
recursive-include demos *.py
12+
recursive-include demos *.ipynb
13+
recursive-include scripts *.py
14+
recursive-include model_cards *.md
15+
recursive-include docs *.md

0 commit comments

Comments
 (0)
Failed to load comments.