fix all clipping / clamping issues

This commit is contained in:
Phil Wang
2022-04-30 10:08:24 -07:00
parent 1c1e508369
commit 77fa34eae9
2 changed files with 24 additions and 6 deletions

View File

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