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 b194359 commit 4264efdCopy full SHA for 4264efd
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name = 'vit-pytorch',
5
packages = find_packages(exclude=['examples']),
6
- version = '1.4.1',
+ version = '1.4.2',
7
license='MIT',
8
description = 'Vision Transformer (ViT) - Pytorch',
9
long_description_content_type = 'text/markdown',
0 commit comments