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