Update requirements.txt
Browse files- requirements.txt +15 -0
requirements.txt
CHANGED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bitsandbytes
|
2 |
+
accelerate
|
3 |
+
xformers==0.0.29.post3
|
4 |
+
peft
|
5 |
+
trl
|
6 |
+
triton
|
7 |
+
cut_cross_entropy
|
8 |
+
unsloth_zoo
|
9 |
+
sentencepiece
|
10 |
+
protobuf
|
11 |
+
datasets>=3.4.1,<4.0.0
|
12 |
+
huggingface_hub
|
13 |
+
hf_transfer
|
14 |
+
unsloth
|
15 |
+
timm
|