Forrest99 commited on
Commit
0e8663c
·
verified ·
1 Parent(s): a367787

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- fastapi>=0.85.0
2
- uvicorn>=0.19.0
3
- transformers>=4.26.0
4
- torch>=1.13.0
5
- python-multipart>=0.0.5 # FastAPI 处理表单需要
 
1
+ fastapi>=0.68
2
+ uvicorn>=0.15
3
+ torch>=1.9
4
+ transformers>=4.11