let the pydantic config base model take care of loading configuration from json path

This commit is contained in:
Phil Wang
2022-05-22 14:47:23 -07:00
parent c6629c431a
commit c12e067178
3 changed files with 9 additions and 5 deletions

View File

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