Phil Wang
2023-08-09 07:53:38 -07:00
parent 6e2393de95
commit 3e5d1be6f0
8 changed files with 38 additions and 54 deletions

View File

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