Skip to content

Commit

Permalink
try adding hf transformers as dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Nov 26, 2023
1 parent 3a76abf commit 9a71ea7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'video-diffusion-pytorch',
packages = find_packages(exclude=[]),
version = '0.6.0',
version = '0.6.1',
license='MIT',
description = 'Video Diffusion - Pytorch',
long_description_content_type = 'text/markdown',
Expand All @@ -22,6 +22,7 @@
'rotary-embedding-torch',
'torch>=1.10',
'torchvision',
'transformers[torch]',
'tqdm'
],
classifiers=[
Expand Down

0 comments on commit 9a71ea7

Please sign in to comment.