Novaciano commited on
Commit
a3db2cb
verified
1 Parent(s): e2acf96

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -82,12 +82,12 @@ Invoke the llama.cpp server or the CLI.
82
 
83
  ### CLI:
84
  ```bash
85
- llama-cli --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
86
  ```
87
 
88
  ### Server:
89
  ```bash
90
- llama-server --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m-imat.gguf -c 2048
91
  ```
92
 
93
  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.
@@ -104,9 +104,9 @@ cd llama.cpp && LLAMA_CURL=1 make
104
 
105
  Step 3: Run inference through the main binary.
106
  ```
107
- ./llama-cli --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
108
  ```
109
  or
110
  ```
111
- ./llama-server --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m-imat.gguf -c 2048
112
  ```
 
82
 
83
  ### CLI:
84
  ```bash
85
+ llama-cli --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
86
  ```
87
 
88
  ### Server:
89
  ```bash
90
+ llama-server --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m.gguf -c 2048
91
  ```
92
 
93
  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.
 
104
 
105
  Step 3: Run inference through the main binary.
106
  ```
107
+ ./llama-cli --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
108
  ```
109
  or
110
  ```
111
+ ./llama-server --hf-repo Novaciano/salamandra-2b-instruct-Q4_K_M-GGUF --hf-file salamandra-2b-instruct-q4_k_m.gguf -c 2048
112
  ```