luck210 commited on
Commit
f7d1fd8
·
verified ·
1 Parent(s): 1682b2a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -8
requirements.txt CHANGED
@@ -1,9 +1,5 @@
1
- fastapi
2
- uvicorn
3
- transformers
4
- PyPDF2
5
-
6
- torch
7
- sentencepiece
8
- python-docx
9
 
 
1
+ fastapi==0.110.0
2
+ uvicorn==0.29.0
3
+ transformers==4.39.3
4
+ torch==2.2.1
 
 
 
 
5