Spaces:
Runtime error
Runtime error
AkshayaKeerthi
commited on
Commit
•
9755f88
1
Parent(s):
8b63293
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
flask
|
2 |
-
torch
|
3 |
chromadb
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
chromadb
|
2 |
+
torch==1.11.*
|
3 |
+
fastapi==0.74.*
|
4 |
+
requests==2.27.*
|
5 |
+
huggingface_hub
|
6 |
+
transformers==4.*
|
7 |
+
sentencepiece==0.1.*
|
8 |
+
uvicorn[standard]==0.17.*
|