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