Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adefossez committed Aug 1, 2023
1 parent 6b23f77 commit 207888c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## [0.0.2a] - TBD
## [0.0.2] - 2023-08-01

Improved demo, fixed top p (thanks @jnordberg).

Expand Down
2 changes: 1 addition & 1 deletion audiocraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# flake8: noqa
from . import data, modules, models

__version__ = '0.0.2a2'
__version__ = '0.0.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
NAME = 'audiocraft'
DESCRIPTION = 'Audio research library for PyTorch'

URL = 'https://github.com/fairinternal/audiocraft'
URL = 'https://github.com/facebookresearch/audiocraft'
AUTHOR = 'FAIR Speech & Audio'
EMAIL = '[email protected]'
EMAIL = '[email protected], [email protected]'
REQUIRES_PYTHON = '>=3.8.0'

for line in open('audiocraft/__init__.py'):
Expand Down

0 comments on commit 207888c

Please sign in to comment.