tommytracx commited on
Commit
8cc2b77
·
verified ·
1 Parent(s): bb9eea2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -42,6 +42,12 @@ model-index:
42
  This model was converted to GGUF format from [`GainEnergy/OGAI-8x7b`](https://huggingface.co/GainEnergy/OGAI-8x7b) using llama.cpp.
43
  Refer to the [original model card](https://huggingface.co/GainEnergy/OGAI-8x7b) for more details on the model.
44
 
 
 
 
 
 
 
45
  ## Use with llama.cpp
46
  Install llama.cpp through brew (works on Mac and Linux)
47
 
 
42
  This model was converted to GGUF format from [`GainEnergy/OGAI-8x7b`](https://huggingface.co/GainEnergy/OGAI-8x7b) using llama.cpp.
43
  Refer to the [original model card](https://huggingface.co/GainEnergy/OGAI-8x7b) for more details on the model.
44
 
45
+ ## Use with Ollama
46
+ Execute the following
47
+ ```bash
48
+ ollama run hf.co/GainEnergy/OGAI-8x7b-Q4_K_M-GGUF:latest
49
+ ```
50
+
51
  ## Use with llama.cpp
52
  Install llama.cpp through brew (works on Mac and Linux)
53