Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,10 +2,13 @@
|
|
2 |
pip==24.2
|
3 |
torch==2.0.1
|
4 |
numpy==1.24.3
|
5 |
-
|
6 |
datasets>=2.16.0
|
7 |
transformers>=4.43.2
|
8 |
faiss-cpu==1.7.4
|
9 |
|
10 |
huggingface_hub==0.23.2
|
11 |
|
|
|
|
|
|
|
|
2 |
pip==24.2
|
3 |
torch==2.0.1
|
4 |
numpy==1.24.3
|
5 |
+
|
6 |
datasets>=2.16.0
|
7 |
transformers>=4.43.2
|
8 |
faiss-cpu==1.7.4
|
9 |
|
10 |
huggingface_hub==0.23.2
|
11 |
|
12 |
+
groq
|
13 |
+
numexpr
|
14 |
+
gradio==4.38.1
|