need to be able to invoke with eval no grad

This commit is contained in:
lucidrains
2025-07-27 08:25:58 -07:00
parent 68e13a3c7d
commit b46233c3d6
2 changed files with 15 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ with open('README.md') as f:
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.11.1',
version = '1.11.2',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description = long_description,