matrixportal commited on
Commit
574d36b
·
verified ·
1 Parent(s): 5688233

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -128,12 +128,12 @@ Invoke the llama.cpp server or the CLI.
128
 
129
  ### CLI:
130
  ```bash
131
- llama-cli --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_k_s.gguf -p "The meaning to life and the universe is"
132
  ```
133
 
134
  ### Server:
135
  ```bash
136
- llama-server --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_k_s.gguf -c 2048
137
  ```
138
 
139
  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.
@@ -150,9 +150,9 @@ cd llama.cpp && LLAMA_CURL=1 make
150
 
151
  Step 3: Run inference through the main binary.
152
  ```
153
- ./llama-cli --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_k_s.gguf -p "The meaning to life and the universe is"
154
  ```
155
  or
156
  ```
157
- ./llama-server --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_k_s.gguf -c 2048
158
  ```
 
128
 
129
  ### CLI:
130
  ```bash
131
+ llama-cli --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_0.gguf -p "The meaning to life and the universe is"
132
  ```
133
 
134
  ### Server:
135
  ```bash
136
+ llama-server --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_0.gguf -c 2048
137
  ```
138
 
139
  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.
 
150
 
151
  Step 3: Run inference through the main binary.
152
  ```
153
+ ./llama-cli --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_0.gguf -p "The meaning to life and the universe is"
154
  ```
155
  or
156
  ```
157
+ ./llama-server --hf-repo matrixportal/Qwen2.5-7B-HomerCreative-Mix-GGUF --hf-file qwen2.5-7b-homercreative-mix-q4_0.gguf -c 2048
158
  ```