Spaces:
Sleeping
Sleeping
added faiss
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
groq==0.13.1
|
2 |
huggingface-hub==0.27.0
|
3 |
gradio
|
|
|
4 |
sentence-transformers==3.3.1
|
5 |
sentencepiece==0.2.0
|
6 |
torch @ https://download.pytorch.org/whl/cu121_full/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
|
|
1 |
groq==0.13.1
|
2 |
huggingface-hub==0.27.0
|
3 |
gradio
|
4 |
+
faiss-cpu
|
5 |
sentence-transformers==3.3.1
|
6 |
sentencepiece==0.2.0
|
7 |
torch @ https://download.pytorch.org/whl/cu121_full/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|