a8nova commited on
Commit
5b14c1a
1 Parent(s): c983e1a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -34,12 +34,12 @@ Invoke the llama.cpp server or the CLI.
34
 
35
  ### CLI:
36
  ```bash
37
- llama-cli --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
38
  ```
39
 
40
  ### Server:
41
  ```bash
42
- llama-server --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m-imat.gguf -c 2048
43
  ```
44
 
45
  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.
@@ -56,9 +56,9 @@ cd llama.cpp && LLAMA_CURL=1 make
56
 
57
  Step 3: Run inference through the main binary.
58
  ```
59
- ./llama-cli --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
60
  ```
61
  or
62
  ```
63
- ./llama-server --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m-imat.gguf -c 2048
64
  ```
 
34
 
35
  ### CLI:
36
  ```bash
37
+ llama-cli --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
38
  ```
39
 
40
  ### Server:
41
  ```bash
42
+ llama-server --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m.gguf -c 2048
43
  ```
44
 
45
  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.
 
56
 
57
  Step 3: Run inference through the main binary.
58
  ```
59
+ ./llama-cli --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
60
  ```
61
  or
62
  ```
63
+ ./llama-server --hf-repo a8nova/Phi-3-mini-4k-instruct-Q4_K_M-GGUF --hf-file phi-3-mini-4k-instruct-q4_k_m.gguf -c 2048
64
  ```