From 05d4b6e4f03302b6f862ff735f04e41288800869 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Wed, 10 May 2023 08:40:18 -0700 Subject: [PATCH] make sure group residual vq compatible --- naturalspeech2_pytorch/version.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/naturalspeech2_pytorch/version.py b/naturalspeech2_pytorch/version.py index b459ff2..4bfdfc6 100644 --- a/naturalspeech2_pytorch/version.py +++ b/naturalspeech2_pytorch/version.py @@ -1 +1 @@ -__version__ = '0.0.12' +__version__ = '0.0.14' diff --git a/setup.py b/setup.py index 0237885..69caed4 100644 --- a/setup.py +++ b/setup.py @@ -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',