Spaces:
Sleeping
Sleeping
MudassirFayaz
commited on
Commit
•
95b9694
1
Parent(s):
75294bd
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-
fastapi
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.74.*
|
2 |
+
requests==2.27.*
|
3 |
+
uvicorn[standard]==0.17.*
|
4 |
+
sentencepiece==0.1.*
|
5 |
+
torch==1.11.*
|
6 |
+
transformers==4.*
|