qianmuuq commited on
Commit
e2a2ea3
1 Parent(s): 25fe69f

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +6 -6
requirement.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch
2
- transformer
3
- tqdm
4
- uvicorn
5
- pydantic
6
- fastapi
 
1
+ torch==1.7.1
2
+ transformer==4.11.3
3
+ tqdm==4.63.1
4
+ uvicorn==0.20.0
5
+ pydantic==1.8.2
6
+ fastapi==0.88.0