with assistance from claude (yes it did the einops equation building here), generalize to n-dimensions

This commit is contained in:
lucidrains
2025-09-21 06:22:43 -07:00
parent 35bf273037
commit 5f2bc0c796
2 changed files with 192 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.11.7',
version = '1.12.0',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description = long_description,