Deeokay commited on
Commit
c04fd6b
1 Parent(s): 6453409

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ FROM ./unsloth.Q4_K_M.gguf # or which ever GGUF file
49
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
50
  ```
51
 
52
- This GGUF is based on unsloth/Phi-3-mini-4k-instruct thus ollama doesn't need anything else to auto configure this model
53
 
54
  After than you should be able to use this model to chat!
55
 
 
49
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
50
  ```
51
 
52
+ This GGUF is based on unsloth/Phi-3-middle-4k-instruct thus ollama doesn't need anything else to auto configure this model
53
 
54
  After than you should be able to use this model to chat!
55