From 79d7e149c4ebc1978febff1272d21912b6d22fa3 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Sat, 2 Dec 2023 07:25:46 -0800 Subject: [PATCH] update to working lfq --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d681f04..12c81f8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'phenaki-pytorch', packages = find_packages(exclude=[]), - version = '0.4.1', + version = '0.4.2', license='MIT', description = 'Phenaki - Pytorch', author = 'Phil Wang', @@ -31,7 +31,7 @@ 'torchvision', 'transformers>=4.20.1', 'tqdm', - 'vector-quantize-pytorch>=1.9.1' + 'vector-quantize-pytorch>=1.11.8' ], classifiers=[ 'Development Status :: 4 - Beta',