Skip to content

Commit

Permalink
0.1.0, and make spear tts latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 23, 2023
1 parent 35bf3c0 commit e13f3d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.29',
version = '0.1.0',
license='MIT',
description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch',
author = 'Phil Wang',
Expand All @@ -23,7 +23,7 @@
'beartype',
'classifier-free-guidance-pytorch>=0.1.5',
'einops>=0.6.1',
'spear-tts-pytorch>=0.0.6',
'spear-tts-pytorch>=0.0.15',
'torch>=1.6',
],
classifiers=[
Expand Down

0 comments on commit e13f3d9

Please sign in to comment.