Skip to content

Commit

Permalink
option to use causal conformer
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 17, 2023
1 parent dde9ec9 commit 7ae02f3
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.3',
version = '0.0.4',
license='MIT',
description = 'SoundStorm - Efficient Parallel Audio Generation from Google Deepmind, in Pytorch',
author = 'Phil Wang',
Expand All @@ -20,7 +20,7 @@
install_requires=[
'audiolm-pytorch>=1.0.0',
'beartype',
'conformer>=0.3.1',
'conformer>=0.3.2',
'einops>=0.6.1',
'torch>=1.6',
],
Expand Down

0 comments on commit 7ae02f3

Please sign in to comment.