Skip to content

Commit

Permalink
add sentencepiece to dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 10, 2023
1 parent 6a196ad commit d6a4fb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'muse-maskgit-pytorch',
packages = find_packages(exclude=[]),
version = '0.0.11',
version = '0.0.12',
license='MIT',
description = 'MUSE - Text-to-Image Generation via Masked Generative Transformers, in Pytorch',
author = 'Phil Wang',
Expand All @@ -23,6 +23,7 @@
'einops>=0.6',
'ema-pytorch',
'pillow',
'sentencepiece',
'torch>=1.6',
'transformers',
'torch>=1.6',
Expand Down

0 comments on commit d6a4fb4

Please sign in to comment.