Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy<2.0.0
|
2 |
torch==2.1.0
|
3 |
-
transformers
|
4 |
langchain==0.0.333
|
5 |
langchain_community
|
6 |
faiss-gpu==1.7.2
|
@@ -9,7 +9,7 @@ bitsandbytes==0.41.2.post2
|
|
9 |
einops==0.7.0
|
10 |
xformers==0.0.22.post7
|
11 |
gradio==4.1.2
|
12 |
-
huggingface_hub==0.
|
13 |
|
14 |
|
15 |
#2024 june requirements
|
|
|
1 |
numpy<2.0.0
|
2 |
torch==2.1.0
|
3 |
+
transformers==4.40.0
|
4 |
langchain==0.0.333
|
5 |
langchain_community
|
6 |
faiss-gpu==1.7.2
|
|
|
9 |
einops==0.7.0
|
10 |
xformers==0.0.22.post7
|
11 |
gradio==4.1.2
|
12 |
+
huggingface_hub==0.19.4
|
13 |
|
14 |
|
15 |
#2024 june requirements
|