Update README.md
Browse files
README.md
CHANGED
@@ -38,8 +38,8 @@ model-index:
|
|
38 |
name: Context Retention
|
39 |
---
|
40 |
|
41 |
-
#
|
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
|
@@ -53,12 +53,12 @@ Invoke the llama.cpp server or the CLI.
|
|
53 |
|
54 |
### CLI:
|
55 |
```bash
|
56 |
-
llama-cli --hf-repo
|
57 |
```
|
58 |
|
59 |
### Server:
|
60 |
```bash
|
61 |
-
llama-server --hf-repo
|
62 |
```
|
63 |
|
64 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
@@ -75,9 +75,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
75 |
|
76 |
Step 3: Run inference through the main binary.
|
77 |
```
|
78 |
-
./llama-cli --hf-repo
|
79 |
```
|
80 |
or
|
81 |
```
|
82 |
-
./llama-server --hf-repo
|
83 |
```
|
|
|
38 |
name: Context Retention
|
39 |
---
|
40 |
|
41 |
+
# GainEnergy/OGAI-8x7b-Q4_K_M-GGUF
|
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
|
|
|
53 |
|
54 |
### CLI:
|
55 |
```bash
|
56 |
+
llama-cli --hf-repo GainEnergy/OGAI-8x7b-Q4_K_M-GGUF --hf-file ogai-8x7b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
57 |
```
|
58 |
|
59 |
### Server:
|
60 |
```bash
|
61 |
+
llama-server --hf-repo GainEnergy/OGAI-8x7b-Q4_K_M-GGUF --hf-file ogai-8x7b-q4_k_m.gguf -c 2048
|
62 |
```
|
63 |
|
64 |
Note: You can also use this checkpoint directly through the [usage steps](https://github.com/ggerganov/llama.cpp?tab=readme-ov-file#usage) listed in the Llama.cpp repo as well.
|
|
|
75 |
|
76 |
Step 3: Run inference through the main binary.
|
77 |
```
|
78 |
+
./llama-cli --hf-repo GainEnergy/OGAI-8x7b-Q4_K_M-GGUF --hf-file ogai-8x7b-q4_k_m.gguf -p "The meaning to life and the universe is"
|
79 |
```
|
80 |
or
|
81 |
```
|
82 |
+
./llama-server --hf-repo GainEnergy/OGAI-8x7b-Q4_K_M-GGUF --hf-file ogai-8x7b-q4_k_m.gguf -c 2048
|
83 |
```
|