kahnchana commited on
Commit
1bdd911
1 Parent(s): 72dbe8a

add version to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- einops
2
- timm
3
- torch
4
- torchvision
5
  sentence_transformers
6
  matplotlib
7
 
 
1
+ einops~=0.4.1
2
+ timm~=0.6.11
3
+ torch~=1.11.0
4
+ torchvision~=0.12.0
5
  sentence_transformers
6
  matplotlib
7