From 1d2cdbbea46842b326245c6dc69a6681e460ed8c Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Mon, 9 Nov 2020 06:06:05 -0800 Subject: [PATCH] allow for no local attention heads --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 495f70f..6759c27 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'performer-pytorch', packages = find_packages(exclude=['examples']), - version = '0.8.0', + version = '0.8.1', license='MIT', description = 'Performer - Pytorch', author = 'Phil Wang',