Matrix commited on
Commit
048065b
·
verified ·
1 Parent(s): 3d40c62

Upload README.md with huggingface_hub

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