Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse filesAdding requirements.txt file
- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==0.27.2
|
2 |
+
bitsandbytes==0.42.0
|
3 |
+
huggingface_hub==0.20.3
|
4 |
+
langchain==0.1.7
|
5 |
+
langdetect==1.0.9
|
6 |
+
pandas==2.2.0
|
7 |
+
pypdf==4.0.1
|
8 |
+
reportlab==4.1.0
|
9 |
+
tiktoken==0.6.0
|
10 |
+
transformers==4.37.2
|