Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
streamlit==1.28.2
|
2 |
streamlit-chat==0.1.1
|
3 |
torch>=2.0.0
|
4 |
-
transformers>=4.35.2,<4.
|
|
|
5 |
tokenizers>=0.14.1,<0.15.0
|
6 |
-
open_clip_torch==2.23.0
|
7 |
pillow==10.1.0
|
8 |
pandas==2.1.3
|
9 |
numpy==1.26.2
|
10 |
faiss-cpu>=1.7.4
|
11 |
-
huggingface_hub
|
12 |
langchain==0.0.339
|
13 |
requests==2.31.0
|
14 |
bitsandbytes>=0.41.1
|
|
|
1 |
streamlit==1.28.2
|
2 |
streamlit-chat==0.1.1
|
3 |
torch>=2.0.0
|
4 |
+
transformers>=4.35.2,<4.36.0
|
5 |
+
open-clip-torch==2.20.0
|
6 |
tokenizers>=0.14.1,<0.15.0
|
|
|
7 |
pillow==10.1.0
|
8 |
pandas==2.1.3
|
9 |
numpy==1.26.2
|
10 |
faiss-cpu>=1.7.4
|
11 |
+
huggingface_hub>=0.16.4,<0.18.0
|
12 |
langchain==0.0.339
|
13 |
requests==2.31.0
|
14 |
bitsandbytes>=0.41.1
|