make sure cpu-only still works

This commit is contained in:
Phil Wang
2022-04-27 08:02:10 -07:00
parent 2705e7c9b0
commit fa3bb6ba5c
2 changed files with 9 additions and 2 deletions

View File

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