DipeshChaudhary commited on
Commit
22ecf09
1 Parent(s): df91735

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -11,6 +11,20 @@ tags:
11
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Uploaded model
15
 
16
  - **Developed by:** DipeshChaudhary
 
11
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
12
  ---
13
 
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
+ **Now Follow the CODE**
21
+ ```markdown
22
+ ```
23
+ ```
24
+ from unsloth import FastLanguageModel
25
+ ```
26
+ ```
27
+
28
  # Uploaded model
29
 
30
  - **Developed by:** DipeshChaudhary