lihongze8 commited on
Commit
06f1aec
1 Parent(s): bde5ca7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -3,4 +3,10 @@ transformers
3
  torch
4
  accelerate
5
  gitpython
6
- numpy
 
 
 
 
 
 
 
3
  torch
4
  accelerate
5
  gitpython
6
+ numpy
7
+ # FastAPI + Uvicorn
8
+ fastapi==0.103.2
9
+ uvicorn==0.23.2
10
+
11
+ # Pydantic等
12
+ pydantic==1.10.12