Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
-
gradio==
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
langchain
|
6 |
-
langchain_community
|
7 |
langchain_cohere
|
8 |
-
cohere
|
|
|
1 |
|
2 |
+
gradio==4.37.2
|
3 |
+
torch==2.3.1
|
4 |
+
transformers==4.42.3
|
5 |
+
langchain==0.2.6
|
6 |
+
langchain_community==0.2.6
|
7 |
langchain_cohere
|
8 |
+
cohere=5.5.8
|