make sure distillation still works

This commit is contained in:
Phil Wang
2021-02-21 19:08:18 -08:00
parent 05edfff33c
commit 6af7bbcd11
3 changed files with 10 additions and 12 deletions

View File

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