Spaces:
Build error
Build error
Create setup.sh
Browse files
setup.sh
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
pip install torch
|
| 3 |
+
pip install transformers
|
| 4 |
+
pip install unsloth
|
| 5 |
+
pip install xformers
|
| 6 |
+
pip install datasets
|
| 7 |
+
pip install trl
|
| 8 |
+
pip install --upgrade --no-cache-dir "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|