Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -23
requirements.txt
CHANGED
@@ -1,23 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
langdetect
|
6 |
-
|
7 |
-
|
8 |
-
langchain>=0.0.
|
9 |
-
langchain-core>=0.0.12
|
10 |
-
langchain-huggingface>=0.0.1
|
11 |
-
|
12 |
-
# HuggingFace libraries
|
13 |
-
transformers>=4.30.0
|
14 |
-
huggingface-hub>=0.16.4
|
15 |
-
accelerate>=0.21.0
|
16 |
-
|
17 |
-
# API interaction
|
18 |
-
requests>=2.31.0
|
19 |
-
|
20 |
-
# Optional: For better performance with GPU
|
21 |
-
# Note: Comment these out if you're on CPU only and having issues
|
22 |
-
sentencepiece>=0.1.99
|
23 |
-
bitsandbytes>=0.41.0 # For model quantization if needed
|
|
|
1 |
+
streamlit>=1.22
|
2 |
+
torch>=1.13
|
3 |
+
transformers>=4.36
|
4 |
+
requests
|
5 |
+
langdetect
|
6 |
+
langchain>=0.1.0
|
7 |
+
langchain-core>=0.1.10
|
8 |
+
langchain-huggingface>=0.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|