matrixportal
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -118,12 +118,12 @@ Invoke the llama.cpp server or the CLI.
|
|
118 |
|
119 |
### CLI:
|
120 |
```bash
|
121 |
-
llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-
|
122 |
```
|
123 |
|
124 |
### Server:
|
125 |
```bash
|
126 |
-
llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-
|
127 |
```
|
128 |
|
129 |
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.
|
@@ -140,9 +140,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
140 |
|
141 |
Step 3: Run inference through the main binary.
|
142 |
```
|
143 |
-
./llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-
|
144 |
```
|
145 |
or
|
146 |
```
|
147 |
-
./llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-
|
148 |
```
|
|
|
118 |
|
119 |
### CLI:
|
120 |
```bash
|
121 |
+
llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q3_k_m.gguf -p "The meaning to life and the universe is"
|
122 |
```
|
123 |
|
124 |
### Server:
|
125 |
```bash
|
126 |
+
llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q3_k_m.gguf -c 2048
|
127 |
```
|
128 |
|
129 |
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.
|
|
|
140 |
|
141 |
Step 3: Run inference through the main binary.
|
142 |
```
|
143 |
+
./llama-cli --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q3_k_m.gguf -p "The meaning to life and the universe is"
|
144 |
```
|
145 |
or
|
146 |
```
|
147 |
+
./llama-server --hf-repo matrixportal/L3-Dark-Planet-8B-GGUF --hf-file l3-dark-planet-8b-q3_k_m.gguf -c 2048
|
148 |
```
|