Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -5,7 +5,5 @@ faiss-cpu==1.8.0
|
|
5 |
transformers==4.41.2
|
6 |
accelerate==0.30.1
|
7 |
gradio==4.27.0
|
8 |
-
|
9 |
-
|
10 |
-
torch==2.3.1
|
11 |
-
python-dotenv==1.0.1
|
|
|
5 |
transformers==4.41.2
|
6 |
accelerate==0.30.1
|
7 |
gradio==4.27.0
|
8 |
+
python-dotenv==1.0.1
|
9 |
+
torch==2.3.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|