Skip to content

Commit

Permalink
make sure group residual vq compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed May 10, 2023
1 parent a6e4e57 commit 05d4b6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion naturalspeech2_pytorch/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.12'
__version__ = '0.0.14'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
],
install_requires=[
'accelerate',
'audiolm-pytorch>=0.27.4',
'audiolm-pytorch>=0.30.0',
'beartype',
'einops>=0.6.1',
'ema-pytorch',
'local-attention',
'torch>=1.6',
'tqdm',
'vector-quantize-pytorch>=1.1.6'
'vector-quantize-pytorch>=1.4.1'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 05d4b6e

Please sign in to comment.