Commit 06eecbdb authored by Phil Wang's avatar Phil Wang
Browse files

bump vq version

parent 7009188c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
  name = 'audiolm-pytorch',
  packages = find_packages(exclude=[]),
  version = '0.0.63',
  version = '0.0.64',
  license='MIT',
  description = 'AudioLM - Language Modeling Approach to Audio Generation from Google Research - Pytorch',
  author = 'Phil Wang',
@@ -30,7 +30,7 @@ setup(
    'torchaudio',
    'transformers',
    'tqdm',
    'vector-quantize-pytorch>=0.10.12'
    'vector-quantize-pytorch>=0.10.14'
  ],
  classifiers=[
    'Development Status :: 4 - Beta',