add register tokens to the nested tensor 3d na vit example for researcher

This commit is contained in:
lucidrains
2024-08-28 12:21:31 -07:00
parent c4651a35a3
commit fcb9501cdd
2 changed files with 23 additions and 7 deletions

View File

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