Srinath commited on
Commit
ef57382
1 Parent(s): f277adf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,7 +12,7 @@ tags:
12
  ---
13
 
14
  # Srinath991/Arithmo2-Mistral-7B-Q5_K_M-GGUF
15
- This model was converted to GGUF format from [`upaya07/Arithmo2-Mistral-7B`](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
16
  Refer to the [original model card](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) for more details on the model.
17
 
18
  ## Use with llama.cpp
@@ -26,7 +26,7 @@ Invoke the llama.cpp server or the CLI.
26
 
27
  ### CLI:
28
  ```bash
29
- llama-cli --hf-repo Srinath991/Arithmo2-Mistral-7B-Q5_K_M-GGUF --hf-file arithmo2-mistral-7b-q5_k_m.gguf -p "The meaning to life and the universe is"
30
  ```
31
 
32
  ### Server:
 
12
  ---
13
 
14
  # Srinath991/Arithmo2-Mistral-7B-Q5_K_M-GGUF
15
+ This model was converted to GGUF format from [`upaya07/Arithmo2-Mistral-7B`](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) using llama.cpp
16
  Refer to the [original model card](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) for more details on the model.
17
 
18
  ## Use with llama.cpp
 
26
 
27
  ### CLI:
28
  ```bash
29
+ llama-cli --hf-repo Srinath991/Arithmo2-Mistral-7B-Q5_K_M-GGUF --hf-file arithmo2-mistral-7b-q5_k_m.gguf -p "What is the GCD of 10,007 & 11,149"
30
  ```
31
 
32
  ### Server: