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:24:27 -07:00
parent 0064661729
commit 5340a96c0f
2 changed files with 2 additions and 64 deletions

View File

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