Skip to content

Commit

Permalink
update to working lfq
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Dec 2, 2023
1 parent 42bb52c commit 79d7e14
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 = 'phenaki-pytorch',
packages = find_packages(exclude=[]),
version = '0.4.1',
version = '0.4.2',
license='MIT',
description = 'Phenaki - Pytorch',
author = 'Phil Wang',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 79d7e14

Please sign in to comment.