Update README.md
Browse files
README.md
CHANGED
|
@@ -70,12 +70,12 @@ Invoke the llama.cpp server or the CLI.
|
|
| 70 |
|
| 71 |
### CLI:
|
| 72 |
```bash
|
| 73 |
-
llama-cli --hf-repo
|
| 74 |
```
|
| 75 |
|
| 76 |
### Server:
|
| 77 |
```bash
|
| 78 |
-
llama-server --hf-repo
|
| 79 |
```
|
| 80 |
|
| 81 |
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.
|
|
@@ -92,9 +92,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
| 92 |
|
| 93 |
Step 3: Run inference through the main binary.
|
| 94 |
```
|
| 95 |
-
./llama-cli --hf-repo
|
| 96 |
```
|
| 97 |
or
|
| 98 |
```
|
| 99 |
-
./llama-server --hf-repo
|
| 100 |
```
|
|
|
|
| 70 |
|
| 71 |
### CLI:
|
| 72 |
```bash
|
| 73 |
+
llama-cli --hf-repo ParrotRouter/Qwen3-4B-Instruct-2507-20250808-233922-0-Q8_0-GGUF --hf-file qwen3-4b-instruct-2507-20250808-233922-0-q8_0.gguf -p "The meaning to life and the universe is"
|
| 74 |
```
|
| 75 |
|
| 76 |
### Server:
|
| 77 |
```bash
|
| 78 |
+
llama-server --hf-repo ParrotRouter/Qwen3-4B-Instruct-2507-20250808-233922-0-Q8_0-GGUF --hf-file qwen3-4b-instruct-2507-20250808-233922-0-q8_0.gguf -c 2048
|
| 79 |
```
|
| 80 |
|
| 81 |
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.
|
|
|
|
| 92 |
|
| 93 |
Step 3: Run inference through the main binary.
|
| 94 |
```
|
| 95 |
+
./llama-cli --hf-repo ParrotRouter/Qwen3-4B-Instruct-2507-20250808-233922-0-Q8_0-GGUF --hf-file qwen3-4b-instruct-2507-20250808-233922-0-q8_0.gguf -p "The meaning to life and the universe is"
|
| 96 |
```
|
| 97 |
or
|
| 98 |
```
|
| 99 |
+
./llama-server --hf-repo ParrotRouter/Qwen3-4B-Instruct-2507-20250808-233922-0-Q8_0-GGUF --hf-file qwen3-4b-instruct-2507-20250808-233922-0-q8_0.gguf -c 2048
|
| 100 |
```
|