preparing v1.0.0 release (#269)
This commit is contained in:
committed by
GitHub
parent
80def9cd3c
commit
a2b9675695
+1
-1
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [1.0.0] - 2023-08-02
|
||||
## [1.0.0] - 2023-09-07
|
||||
|
||||
Major revision, added training code for EnCodec, AudioGen, MusicGen, and MultiBandDiffusion.
|
||||
Added pretrained model for AudioGen and MultiBandDiffusion.
|
||||
|
||||
+7
-1
@@ -6,4 +6,10 @@ include *.ini
|
||||
include requirements.txt
|
||||
include audiocraft/py.typed
|
||||
include assets/*.mp3
|
||||
recursive-include conf *.yaml
|
||||
include datasets/*.mp3
|
||||
recursive-include config *.yaml
|
||||
recursive-include demos *.py
|
||||
recursive-include demos *.ipynb
|
||||
recursive-include scripts *.py
|
||||
recursive-include model_cards *.md
|
||||
recursive-include docs *.md
|
||||
|
||||
Reference in New Issue
Block a user