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