DipeshChaudhary commited on
Commit
6eba0be
1 Parent(s): 91f9ce3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -19,9 +19,10 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
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
- ```markdown
23
  ```
24
- from unsloth import FastLanguageModel
 
 
25
  ```
26
  ```
27
  <!-- import torch
 
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
+ ```
25
+
26
  ```
27
  ```
28
  <!-- import torch