add a vit nd with rotary nd, from Jerry Xiong at UIUC

This commit is contained in:
lucidrains
2025-09-21 10:45:42 -07:00
parent 5f2bc0c796
commit 845c844b3b
3 changed files with 302 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.12.0',
version = '1.12.1',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description = long_description,