fix all issues with rotary vision transformer

This commit is contained in:
Phil Wang
2021-04-25 12:09:32 -07:00
parent fbced01fe7
commit bad4b94e7b
2 changed files with 11 additions and 1 deletions

View File

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