Forrest99 commited on
Commit
dbd1f44
·
verified ·
1 Parent(s): 12cd7c6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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 处理表单需要