Skip to content

Commit

Permalink
update to einops 0.4, which is torchscript jit friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Mar 22, 2022
1 parent 6db20de commit cb22cbb
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 = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.27.0',
version = '0.27.1',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',
Expand All @@ -15,7 +15,7 @@
'image recognition'
],
install_requires=[
'einops>=0.3',
'einops>=0.4.1',
'torch>=1.6',
'torchvision'
],
Expand Down

0 comments on commit cb22cbb

Please sign in to comment.