move config parsing logic to own file, consider whether to find an off-the-shelf solution at future date

This commit is contained in:
Phil Wang
2022-05-21 10:30:10 -07:00
parent 0064661729
commit 8b0d459b25
3 changed files with 65 additions and 65 deletions

View File

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