fix a bug with numerical stability in attention, sorry! 🐛

This commit is contained in:
Phil Wang
2022-05-09 16:23:12 -07:00
parent cb07b37970
commit db805e73e1
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ setup(
'dream = dalle2_pytorch.cli:dream'
],
},
version = '0.2.1',
version = '0.2.2',
license='MIT',
description = 'DALL-E 2',
author = 'Phil Wang',