Skip to content

Commit

Permalink
need latest version of torch for complex stft discriminator distribut…
Browse files Browse the repository at this point in the history
…ed training
  • Loading branch information
lucidrains committed Feb 9, 2023
1 parent c8fe964 commit d700bc3
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 = 'audiolm-pytorch',
packages = find_packages(exclude=[]),
version = '0.11.16',
version = '0.11.17',
license='MIT',
description = 'AudioLM - Language Modeling Approach to Audio Generation from Google Research - Pytorch',
author = 'Phil Wang',
Expand All @@ -28,7 +28,7 @@
'Mega-pytorch',
'scikit-learn',
'sentencepiece',
'torch>=1.6',
'torch>=1.12',
'torchaudio',
'transformers',
'tqdm',
Expand Down

0 comments on commit d700bc3

Please sign in to comment.