matrixportal commited on
Commit
30a914e
·
verified ·
1 Parent(s): 02ac56b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -28,12 +28,12 @@ Invoke the llama.cpp server or the CLI.
28
 
29
  ### CLI:
30
  ```bash
31
- llama-cli --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q5_k_m.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
- llama-server --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q5_k_m.gguf -c 2048
37
  ```
38
 
39
  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.
@@ -50,9 +50,9 @@ cd llama.cpp && LLAMA_CURL=1 make
50
 
51
  Step 3: Run inference through the main binary.
52
  ```
53
- ./llama-cli --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q5_k_m.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
- ./llama-server --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q5_k_m.gguf -c 2048
58
  ```
 
28
 
29
  ### CLI:
30
  ```bash
31
+ llama-cli --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
+ llama-server --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q4_k_m.gguf -c 2048
37
  ```
38
 
39
  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.
 
50
 
51
  Step 3: Run inference through the main binary.
52
  ```
53
+ ./llama-cli --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
+ ./llama-server --hf-repo matrixportal/Qwen2.5-3B-Instruct-GGUF --hf-file qwen2.5-3b-instruct-q4_k_m.gguf -c 2048
58
  ```