Skip to content

Commit

Permalink
Fixed missing comma on setup.py breaking the requirements installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCool940711 committed Mar 4, 2023
1 parent 2505734 commit 56d4c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pillow",
"sentencepiece",
"torch>=1.6",
"taming-transformers>=0.0.1"
"taming-transformers>=0.0.1",
"transformers",
"torch>=1.6",
"torchvision",
Expand Down

0 comments on commit 56d4c87

Please sign in to comment.