Update requirements.txt
Browse files- requirements.txt +15 -3
requirements.txt
CHANGED
@@ -1,6 +1,18 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
-
|
4 |
-
bitsandbytes
|
5 |
scipy
|
6 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
+
|
|
|
4 |
scipy
|
5 |
+
Pillow
|
6 |
+
|
7 |
+
numpy
|
8 |
+
pandas
|
9 |
+
|
10 |
+
peft
|
11 |
+
trl
|
12 |
+
bitsandbytes
|
13 |
+
accelerate
|
14 |
+
|
15 |
+
matplotlib.pyplot
|
16 |
+
seaborn
|
17 |
+
|
18 |
+
os
|