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 bd72b58 commit 547bf94Copy full SHA for 547bf94
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name = 'vit-pytorch',
8
packages = find_packages(exclude=['examples']),
9
- version = '1.7.0',
+ version = '1.7.1',
10
license='MIT',
11
description = 'Vision Transformer (ViT) - Pytorch',
12
long_description=long_description,
0 commit comments