Skip to content

Commit

Permalink
release acoustic prompting from @lucasnewman
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 21, 2023
1 parent 6555fac commit 0d74b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ They basically applied <a href="https://arxiv.org/abs/2202.04200">MaskGiT</a> to

- <a href="https://github.com/stevenhillis">Steven Hillis</a> for submitting the correct masking strategy and for verifying that the repository works! 🙏

- <a href="https://github.com/lucasnewman">Lucas Newman</a> for the initial training code!
- <a href="https://github.com/lucasnewman">Lucas Newman</a> for the initial training code and the acoustic prompting logic!

## Install

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'soundstorm-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.24',
version = '0.0.25',
license='MIT',
description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit 0d74b9d

Please sign in to comment.