We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d43e4d commit c4651a3Copy full SHA for c4651a3
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name = 'vit-pytorch',
8
packages = find_packages(exclude=['examples']),
9
- version = '1.7.10',
+ version = '1.7.11',
10
license='MIT',
11
description = 'Vision Transformer (ViT) - Pytorch',
12
long_description=long_description,
0 commit comments