bring in rotary embeddings for diffusion prior causal transformer (the most powerful relative positional encoding, used in PaLM) - 0.1.0 because of breaking change

This commit is contained in:
Phil Wang
2022-05-06 08:44:28 -07:00
parent 0be1e0d64c
commit 0a65a86d03
2 changed files with 21 additions and 5 deletions

View File

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