woofwolfy commited on
Commit
2f716c4
·
verified ·
1 Parent(s): a60f33c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -30,12 +30,12 @@ Invoke the llama.cpp server or the CLI.
30
 
31
  ### CLI:
32
  ```bash
33
- llama-cli --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
34
  ```
35
 
36
  ### Server:
37
  ```bash
38
- llama-server --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m.gguf -c 2048
39
  ```
40
 
41
  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.
@@ -52,9 +52,9 @@ cd llama.cpp && LLAMA_CURL=1 make
52
 
53
  Step 3: Run inference through the main binary.
54
  ```
55
- ./llama-cli --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
56
  ```
57
  or
58
  ```
59
- ./llama-server --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m.gguf -c 2048
60
  ```
 
30
 
31
  ### CLI:
32
  ```bash
33
+ llama-cli --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
34
  ```
35
 
36
  ### Server:
37
  ```bash
38
+ llama-server --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m-imat.gguf -c 2048
39
  ```
40
 
41
  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.
 
52
 
53
  Step 3: Run inference through the main binary.
54
  ```
55
+ ./llama-cli --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m-imat.gguf -p "The meaning to life and the universe is"
56
  ```
57
  or
58
  ```
59
+ ./llama-server --hf-repo woofwolfy/Falcon3-7B-Instruct-Q4_K_M-GGUF --hf-file falcon3-7b-instruct-q4_k_m-imat.gguf -c 2048
60
  ```