add value residual based simple vit

This commit is contained in:
lucidrains
2024-10-28 09:19:00 -07:00
parent e300cdd7dc
commit 0b5c9b4559
3 changed files with 161 additions and 1 deletions

View File

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