Deeokay commited on
Commit
b131342
1 Parent(s): 808eb2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -55,6 +55,18 @@ This GGUF is based on llama3-3-8B-Instruct thus ollama doesn't need anything els
55
 
56
  After than you should be able to use this model to chat!
57
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
  # NOTE: DISCLAIMER
60
 
 
55
 
56
  After than you should be able to use this model to chat!
57
 
58
+ Model is also available in Ollama
59
+ - deeokay/minillama -> Q2_K version
60
+ - deeokay/mediumllama -> Q3_K_M version
61
+ - deeokay/customllama -> Q4_K_M version
62
+
63
+ In the terminal just
64
+ ```pthon
65
+ ollama pull deeokay/customllama
66
+ ```
67
+
68
+ and you can use the model.
69
+
70
 
71
  # NOTE: DISCLAIMER
72