matrixportal commited on
Commit
ab13ca1
·
verified ·
1 Parent(s): d2c6640

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,12 +24,12 @@ Invoke the llama.cpp server or the CLI.
24
 
25
  ### CLI:
26
  ```bash
27
- llama-cli --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_m.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
- llama-server --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_m.gguf -c 2048
33
  ```
34
 
35
  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.
@@ -46,9 +46,9 @@ cd llama.cpp && LLAMA_CURL=1 make
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
- ./llama-cli --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_m.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
- ./llama-server --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_m.gguf -c 2048
54
  ```
 
24
 
25
  ### CLI:
26
  ```bash
27
+ llama-cli --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_s.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
+ llama-server --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_s.gguf -c 2048
33
  ```
34
 
35
  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.
 
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
+ ./llama-cli --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_s.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
+ ./llama-server --hf-repo matrixportal/Qwen2.5-7B-CelestialHarmony-1M-GGUF --hf-file qwen2.5-7b-celestialharmony-1m-q4_k_s.gguf -c 2048
54
  ```