choronz333 commited on
Commit
a0fbd1f
1 Parent(s): ba642b3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -118,12 +118,12 @@ Invoke the llama.cpp server or the CLI.
118
 
119
  ### CLI:
120
  ```bash
121
- llama-cli --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
122
  ```
123
 
124
  ### Server:
125
  ```bash
126
- llama-server --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m-imat.gguf -c 2048
127
  ```
128
 
129
  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.
@@ -140,9 +140,9 @@ cd llama.cpp && LLAMA_CURL=1 make
140
 
141
  Step 3: Run inference through the main binary.
142
  ```
143
- ./llama-cli --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
144
  ```
145
  or
146
  ```
147
- ./llama-server --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m-imat.gguf -c 2048
148
  ```
 
118
 
119
  ### CLI:
120
  ```bash
121
+ llama-cli --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m.gguf -p "The meaning to life and the universe is"
122
  ```
123
 
124
  ### Server:
125
  ```bash
126
+ llama-server --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m.gguf -c 2048
127
  ```
128
 
129
  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.
 
140
 
141
  Step 3: Run inference through the main binary.
142
  ```
143
+ ./llama-cli --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m.gguf -p "The meaning to life and the universe is"
144
  ```
145
  or
146
  ```
147
+ ./llama-server --hf-repo choronz333/Gemma-2-Ataraxy-v2-9B-Q5_K_M-GGUF --hf-file gemma-2-ataraxy-v2-9b-q5_k_m.gguf -c 2048
148
  ```