LH-Tech-AI commited on
Commit
3ed1fc4
·
verified ·
1 Parent(s): 64e0f28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -32,6 +32,20 @@ base_model:
32
 
33
  ---
34
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## **Some samples...**
36
 
37
  Prompt: "How does ChatGPT work?"
 
32
 
33
  ---
34
 
35
+ ## **Get started with Ollama**
36
+
37
+ ```bash
38
+ ollama run hf.co/SupraLabs/Supra2-Medium-Instruct:F16
39
+ ```
40
+
41
+ ### **Available GGUF quantizations**
42
+
43
+ - F16: `ollama run hf.co/SupraLabs/Supra2-Medium-Instruct:F16`
44
+ - Q8_0: `ollama run hf.co/SupraLabs/Supra2-Medium-Instruct:Q8_0`
45
+ - Q4_K_M: `ollama run hf.co/SupraLabs/Supra2-Medium-Instruct:Q4_K_M`
46
+
47
+ ---
48
+
49
  ## **Some samples...**
50
 
51
  Prompt: "How does ChatGPT work?"