Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,13 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
|
|
| 14 |
|
| 15 |
# To Use This Model
|
| 16 |
|
| 17 |
-
|
| 18 |
- Installs Unsloth, Xformers (Flash Attention) and all other packages! according to your environments and GPU
|
| 19 |
- To install Unsloth on your own computer, follow the installation instructions on our Github page : [LINK IS HERE](https://github.com/unslothai/unsloth#installation-instructions---conda)
|
| 20 |
|
| 21 |
-
|
|
|
|
|
|
|
| 22 |
```
|
| 23 |
from unsloth import FastLanguageModel
|
| 24 |
```
|
|
|
|
| 14 |
|
| 15 |
# To Use This Model
|
| 16 |
|
| 17 |
+
# STEP 1:*
|
| 18 |
- Installs Unsloth, Xformers (Flash Attention) and all other packages! according to your environments and GPU
|
| 19 |
- To install Unsloth on your own computer, follow the installation instructions on our Github page : [LINK IS HERE](https://github.com/unslothai/unsloth#installation-instructions---conda)
|
| 20 |
|
| 21 |
+
# STEP 2: Now Follow the CODES
|
| 22 |
+
**LOAD THE MODEL**
|
| 23 |
+
|
| 24 |
```
|
| 25 |
from unsloth import FastLanguageModel
|
| 26 |
```
|