This commit is contained in:
lucidrains
2025-08-17 18:07:42 -07:00
parent 1123063a5e
commit 35bf273037

View File

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