Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bitsandbytes
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
git+https://github.com/huggingface/peft.git
|
4 |
+
git+https://github.com/huggingface/accelerate.git
|
5 |
+
datasets
|
6 |
+
evaluate
|
7 |
+
trl==0.7.1
|
8 |
+
jupyter
|
9 |
+
scipy
|
10 |
+
gradio
|
11 |
+
python-dotenv
|
12 |
+
openpyxl
|
13 |
+
PyPDF2
|
14 |
+
llama-parse
|