Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -13
requirements.txt
CHANGED
@@ -1,13 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
transformers==4.
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
langchain_community
|
9 |
-
langchain
|
10 |
-
accelerate
|
11 |
-
bitsandbytes
|
12 |
-
sentencepiece
|
13 |
-
llama-index-llms-huggingface
|
|
|
1 |
+
pandas==1.5.2
|
2 |
+
langchain==0.3.5
|
3 |
+
langchain-huggingface==0.3.5
|
4 |
+
transformers==4.25.1
|
5 |
+
huggingface_hub==0.11.0
|
6 |
+
streamlit==1.20.0
|
7 |
+
torch==1.13.1
|
|
|
|
|
|
|
|
|
|
|
|