Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
streamlit==1.28.2
|
2 |
streamlit-chat==0.1.1
|
3 |
torch>=2.0.0
|
4 |
-
transformers
|
5 |
-
|
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
|
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
|
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
|