Skip to content

Commit b13b58c

Browse files
committed
fix(requirements): bumps transformers from 4.22.2 to 4.25.1
should fix AttributeError: module transformers has no attribute CLIPImageProcessor
1 parent 0308af9 commit b13b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sanic==22.6.2
22
#diffusers==0.4.1
33
#git+https://github.com/huggingface/[email protected]
44
#git+https://github.com/HazyResearch/diffusers
5-
transformers==4.22.2
5+
transformers==4.25.1
66
scipy==1.9.3
77
requests_futures==1.0.0
88
# numpy==1.23.4

0 commit comments

Comments
 (0)