complete and release crossformer

This commit is contained in:
Phil Wang
2021-11-22 17:10:53 -08:00
parent 768e47441e
commit 36e32b70fb
3 changed files with 50 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.23.2',
version = '0.24.0',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',