Skip to content

Commit

Permalink
depend on fixed/updated taming-transformers to fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
neggles committed May 2, 2023
1 parent 39f843b commit 317fdc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"omegaconf>=2.3.0",
"pillow",
"sentencepiece",
"torch>=1.6",
"torch>=2.0",
"torchmetrics<0.8.0",
"pytorch-lightning<=1.7.7",
"taming-transformers>=0.0.1",
"pytorch-lightning>=2.0.0",
"taming-transformers @ git+https://github.com/neggles/[email protected]",
"transformers",
"torchvision",
"tqdm",
Expand Down

0 comments on commit 317fdc8

Please sign in to comment.