Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/unslothai/unsloth.git#egg=unsloth[colab-new]
|
| 2 |
+
xformers
|
| 3 |
+
trl<0.9.0
|
| 4 |
+
peft
|
| 5 |
+
accelerate
|
| 6 |
+
bitsandbytes
|