Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
transformers
|
| 2 |
faiss-cpu
|
| 3 |
gradio
|
| 4 |
-
groq
|
| 5 |
datasets
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
numpy
|
| 7 |
torch
|
|
|
|
| 8 |
huggingface_hub[hf_xet]
|
|
|
|
| 1 |
transformers
|
| 2 |
faiss-cpu
|
| 3 |
gradio
|
|
|
|
| 4 |
datasets
|
| 5 |
+
sentence-transformers
|
| 6 |
+
huggingface-hub
|
| 7 |
+
fsspec
|
| 8 |
+
groq
|
| 9 |
numpy
|
| 10 |
torch
|
| 11 |
+
tqdm
|
| 12 |
huggingface_hub[hf_xet]
|