Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers>=4.35.0
|
2 |
+
peft>=0.5.0
|
3 |
+
trl>=0.7.1
|
4 |
+
datasets>=2.14.5
|
5 |
+
accelerate>=0.23.0
|
6 |
+
bitsandbytes>=0.41.1
|
7 |
+
torch>=2.0.0
|
8 |
+
pandas
|
9 |
+
scikit-learn
|
10 |
+
gradio
|