Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
2 |
-
xformers
|
3 |
torch
|
4 |
transformers
|
5 |
datasets
|
6 |
gradio
|
7 |
-
trl
|
8 |
peft
|
9 |
accelerate
|
10 |
bitsandbytes
|
|
|
1 |
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
2 |
+
xformers<0.0.27
|
3 |
torch
|
4 |
transformers
|
5 |
datasets
|
6 |
gradio
|
7 |
+
trl<0.9.0
|
8 |
peft
|
9 |
accelerate
|
10 |
bitsandbytes
|