Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
huggingface_hub
|
| 2 |
-
transformers
|
| 3 |
-
googletrans
|
| 4 |
-
chromadb==0.4.24
|
| 5 |
-
llama-index
|
| 6 |
-
llama-index-embeddings-huggingface
|
| 7 |
-
llama-index-llms-huggingface
|
| 8 |
-
torch==2.2.1
|
| 9 |
-
openai==1.13.3
|
| 10 |
-
regex
|
| 11 |
-
more-itertools
|
|
|
|
| 1 |
huggingface_hub
|
| 2 |
+
#transformers
|
| 3 |
+
#googletrans
|
| 4 |
+
#chromadb==0.4.24
|
| 5 |
+
#llama-index
|
| 6 |
+
#llama-index-embeddings-huggingface
|
| 7 |
+
#llama-index-llms-huggingface
|
| 8 |
+
#torch==2.2.1
|
| 9 |
+
#openai==1.13.3
|
| 10 |
+
#regex
|
| 11 |
+
#more-itertools
|