matrixportal commited on
Commit
7c42520
·
verified ·
1 Parent(s): f745760

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -57,12 +57,12 @@ Invoke the llama.cpp server or the CLI.
57
 
58
  ### CLI:
59
  ```bash
60
- llama-cli --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-q8_0.gguf -p "The meaning to life and the universe is"
61
  ```
62
 
63
  ### Server:
64
  ```bash
65
- llama-server --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-q8_0.gguf -c 2048
66
  ```
67
 
68
  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.
@@ -79,9 +79,9 @@ cd llama.cpp && LLAMA_CURL=1 make
79
 
80
  Step 3: Run inference through the main binary.
81
  ```
82
- ./llama-cli --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-q8_0.gguf -p "The meaning to life and the universe is"
83
  ```
84
  or
85
  ```
86
- ./llama-server --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-q8_0.gguf -c 2048
87
  ```
 
57
 
58
  ### CLI:
59
  ```bash
60
+ llama-cli --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-f16.gguf -p "The meaning to life and the universe is"
61
  ```
62
 
63
  ### Server:
64
  ```bash
65
+ llama-server --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-f16.gguf -c 2048
66
  ```
67
 
68
  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.
 
79
 
80
  Step 3: Run inference through the main binary.
81
  ```
82
+ ./llama-cli --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-f16.gguf -p "The meaning to life and the universe is"
83
  ```
84
  or
85
  ```
86
+ ./llama-server --hf-repo matrixportal/c4ai-command-r7b-arabic-02-2025-GGUF --hf-file c4ai-command-r7b-arabic-02-2025-f16.gguf -c 2048
87
  ```