Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,8 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
27 |
# Code To Train Model on Google collab:
|
28 |
|
29 |
# Installing required packages
|
30 |
-
%%capture
|
31 |
```
|
|
|
32 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
33 |
from torch import __version__; from packaging.version import Version as V
|
34 |
xformers = "xformers==0.0.27" if V(__version__) < V("2.4.0") else "xformers"
|
|
|
27 |
# Code To Train Model on Google collab:
|
28 |
|
29 |
# Installing required packages
|
|
|
30 |
```
|
31 |
+
%%capture
|
32 |
!pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
33 |
from torch import __version__; from packaging.version import Version as V
|
34 |
xformers = "xformers==0.0.27" if V(__version__) < V("2.4.0") else "xformers"
|