Compare commits

...

1 Commits
1.7.1 ... 1.2.6

Author SHA1 Message Date
Phil Wang
57a3862b7b release NaViT 2023-07-24 13:54:31 -07:00

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.2.5',
version = '1.2.6',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description_content_type = 'text/markdown',