Skip to content

Commit

Permalink
need torch 1.12 for complex stft discriminator from audiolm
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Feb 9, 2023
1 parent f2dc462 commit df17dcd
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 = 'musiclm-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.17',
version = '0.0.18',
license='MIT',
description = 'MusicLM - AudioLM + Audio CLIP to text to music synthesis',
author = 'Phil Wang',
Expand All @@ -25,7 +25,7 @@
'einops>=0.6',
'vector-quantize-pytorch>=1.0.0',
'x-clip',
'torch>=1.6',
'torch>=1.12',
'torchaudio'
],
classifiers=[
Expand Down

0 comments on commit df17dcd

Please sign in to comment.