switch back to regular attention, given @rromb results

This commit is contained in:
Phil Wang
2022-10-16 08:43:10 -07:00
parent dfbafee555
commit 23fd887a5f
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.27.12',
version = '0.28.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',