Chanjeans commited on
Commit
5491b70
·
verified ·
1 Parent(s): 0db9d41

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
 
2
- transformers>=4.30.0
 
3
  sentence-transformers==2.2.2
4
- huggingface-hub>=0.19.3
5
 
6
 
7
- torch==2.0.1
8
  numpy
9
  fastapi
10
  uvicorn
 
1
 
2
+ torch==2.1.0
3
+ transformers==4.36.2
4
  sentence-transformers==2.2.2
5
+ huggingface-hub==0.16.4
6
 
7
 
 
8
  numpy
9
  fastapi
10
  uvicorn