Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -55,12 +55,12 @@ Invoke the llama.cpp server or the CLI.
|
|
55 |
|
56 |
### CLI:
|
57 |
```bash
|
58 |
-
llama-cli --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-
|
59 |
```
|
60 |
|
61 |
### Server:
|
62 |
```bash
|
63 |
-
llama-server --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-
|
64 |
```
|
65 |
|
66 |
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.
|
@@ -77,9 +77,9 @@ cd llama.cpp && LLAMA_CURL=1 make
|
|
77 |
|
78 |
Step 3: Run inference through the main binary.
|
79 |
```
|
80 |
-
./llama-cli --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-
|
81 |
```
|
82 |
or
|
83 |
```
|
84 |
-
./llama-server --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-
|
85 |
```
|
|
|
55 |
|
56 |
### CLI:
|
57 |
```bash
|
58 |
+
llama-cli --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-q5_0.gguf -p "The meaning to life and the universe is"
|
59 |
```
|
60 |
|
61 |
### Server:
|
62 |
```bash
|
63 |
+
llama-server --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-q5_0.gguf -c 2048
|
64 |
```
|
65 |
|
66 |
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.
|
|
|
77 |
|
78 |
Step 3: Run inference through the main binary.
|
79 |
```
|
80 |
+
./llama-cli --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-q5_0.gguf -p "The meaning to life and the universe is"
|
81 |
```
|
82 |
or
|
83 |
```
|
84 |
+
./llama-server --hf-repo ysn-rfd/Phi-4-mini-instruct-GGUF --hf-file phi-4-mini-instruct-q5_0.gguf -c 2048
|
85 |
```
|