Skip to content

Commit

Permalink
Update requirements transformers==4.25.1
Browse files Browse the repository at this point in the history
Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work
  • Loading branch information
Klace committed Jan 25, 2023
1 parent ee0a0da commit bd9b55e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytorch_lightning==1.7.7
realesrgan
scikit-image>=0.19
timm==0.4.12
transformers==4.19.2
transformers==4.25.1
torch
einops
jsonmerge
Expand Down
2 changes: 1 addition & 1 deletion requirements_versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blendmodes==2022
transformers==4.19.2
transformers==4.25.1
accelerate==0.12.0
basicsr==1.4.2
gfpgan==1.3.8
Expand Down

0 comments on commit bd9b55e

Please sign in to comment.