DipeshChaudhary commited on
Commit
1516c98
·
verified ·
1 Parent(s): 1e5e798

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -14,11 +14,13 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
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
- **Now Follow the CODE**
 
 
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
  ```