make sure openai clip adapter outputs l2normed embeddings

This commit is contained in:
Phil Wang
2022-05-06 10:12:03 -07:00
parent 14e63a3f67
commit 28e944f328
2 changed files with 3 additions and 3 deletions

View File

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