Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -10,9 +10,7 @@ matplotlib>=3.8.0
|
|
10 |
faiss-cpu>=1.7.4
|
11 |
huggingface-hub>=0.19.0
|
12 |
transformers>=4.35.0
|
13 |
-
--
|
14 |
-
torch>=2.1.0+cpu
|
15 |
open-clip-torch>=2.20.0
|
16 |
langchain>=0.0.300
|
17 |
-
bitsandbytes>=0.41.1
|
18 |
accelerate>=0.21.0
|
|
|
10 |
faiss-cpu>=1.7.4
|
11 |
huggingface-hub>=0.19.0
|
12 |
transformers>=4.35.0
|
13 |
+
torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
|
|
|
14 |
open-clip-torch>=2.20.0
|
15 |
langchain>=0.0.300
|
|
|
16 |
accelerate>=0.21.0
|