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