Skip to content

Commit

Permalink
release training code, thanks to @lucasnewman again!
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Sep 27, 2023
1 parent 3d5015a commit 9d24c26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ The paper also addresses the issue with time embedding incorrectly subjected to

- <a href="https://github.com/chenht2010">@chenht2010</a> for finding a bug with rotary positions, and for validating that the code in the repository converges

- <a href="https://github.com/lucasnewman">Lucas Newman</a> for (yet again) pull requesting all the training code for Spear-TTS conditioned Voicebox training!

## Install

```bash
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 = 'voicebox-pytorch',
packages = find_packages(exclude=[]),
version = '0.1.4',
version = '0.1.5',
license='MIT',
description = 'Voicebox - Pytorch',
author = 'Phil Wang',
Expand Down

0 comments on commit 9d24c26

Please sign in to comment.