acvss24 commited on
Commit
334bf9d
·
verified ·
1 Parent(s): 7004296

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  pillow
2
- torch
3
- torchvision
4
- transfomers
5
- CLIPModel
6
  requests
 
1
  pillow
2
+ torch==2.0.1
3
+ torchvision==0.15.2
4
+ transfomers==4.43.1
5
+ clip ==1.0
6
  requests