when cross attending in look vit, make sure context tokens are normalized

This commit is contained in:
Phil Wang
2024-07-19 10:23:12 -07:00
parent ec6c48b8ff
commit 4b2c00cb63
2 changed files with 14 additions and 4 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.2',
version = '1.7.3',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description=long_description,