Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,17 +1,14 @@
|
|
1 |
streamlit==1.28.2
|
2 |
streamlit-chat==0.1.1
|
3 |
-
torch
|
4 |
-
transformers==4.
|
5 |
-
tokenizers==0.13.3
|
6 |
open_clip_torch==2.23.0
|
7 |
pillow==10.1.0
|
8 |
pandas==2.1.3
|
9 |
-
numpy==1.
|
10 |
-
faiss-cpu
|
11 |
huggingface_hub==0.19.4
|
12 |
langchain==0.0.339
|
13 |
requests==2.31.0
|
14 |
-
bitsandbytes
|
15 |
matplotlib==3.7.1
|
16 |
-
accelerate==0.21.0
|
17 |
-
setuptools>=65.5.1
|
|
|
1 |
streamlit==1.28.2
|
2 |
streamlit-chat==0.1.1
|
3 |
+
torch>=2.0.0
|
4 |
+
transformers==4.35.2
|
|
|
5 |
open_clip_torch==2.23.0
|
6 |
pillow==10.1.0
|
7 |
pandas==2.1.3
|
8 |
+
numpy==1.26.2
|
9 |
+
faiss-cpu>=1.7.4
|
10 |
huggingface_hub==0.19.4
|
11 |
langchain==0.0.339
|
12 |
requests==2.31.0
|
13 |
+
bitsandbytes>=0.41.1
|
14 |
matplotlib==3.7.1
|
|
|
|