Skip to content

Commit

Permalink
bump to latest audiolm
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jun 25, 2023
1 parent 46d516c commit 2539868
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.14',
version = '0.0.15',
license='MIT',
description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch',
author = 'Phil Wang',
Expand All @@ -19,7 +19,7 @@
],
install_requires=[
'accelerate',
'audiolm-pytorch>=1.0.1',
'audiolm-pytorch>=1.2.8',
'beartype',
'classifier-free-guidance-pytorch>=0.1.5',
'einops>=0.6.1',
Expand Down

0 comments on commit 2539868

Please sign in to comment.