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