Afrizal Hasbi Azizy
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,7 @@ You are also not allowed to use this model without having fun.
|
|
48 |
As mentioned, this model was trained with Unsloth. Please use its code for better experience.
|
49 |
|
50 |
```
|
51 |
-
# Install dependencies
|
52 |
%%capture
|
53 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
54 |
!pip install --no-deps "xformers<0.0.26" trl peft accelerate bitsandbytes
|
|
|
48 |
As mentioned, this model was trained with Unsloth. Please use its code for better experience.
|
49 |
|
50 |
```
|
51 |
+
# Install dependencies. You need GPU to run this (at least T4)
|
52 |
%%capture
|
53 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
54 |
!pip install --no-deps "xformers<0.0.26" trl peft accelerate bitsandbytes
|