itlwas commited on
Commit
c802245
·
verified ·
1 Parent(s): b4ac326

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,7 +15,7 @@ language:
15
  base_model: AlexBefest/WoonaV1.2-9b
16
  ---
17
 
18
- # AIronMind/WoonaV1.2-9b-Q4_K_M-GGUF
19
  This model was converted to GGUF format from [`AlexBefest/WoonaV1.2-9b`](https://huggingface.co/AlexBefest/WoonaV1.2-9b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/AlexBefest/WoonaV1.2-9b) for more details on the model.
21
 
@@ -30,12 +30,12 @@ Invoke the llama.cpp server or the CLI.
30
 
31
  ### CLI:
32
  ```bash
33
- llama-cli --hf-repo AIronMind/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
34
  ```
35
 
36
  ### Server:
37
  ```bash
38
- llama-server --hf-repo AIronMind/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-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 AIronMind/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
56
  ```
57
  or
58
  ```
59
- ./llama-server --hf-repo AIronMind/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -c 2048
60
  ```
 
15
  base_model: AlexBefest/WoonaV1.2-9b
16
  ---
17
 
18
+ # itlwas/WoonaV1.2-9b-Q4_K_M-GGUF
19
  This model was converted to GGUF format from [`AlexBefest/WoonaV1.2-9b`](https://huggingface.co/AlexBefest/WoonaV1.2-9b) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
20
  Refer to the [original model card](https://huggingface.co/AlexBefest/WoonaV1.2-9b) for more details on the model.
21
 
 
30
 
31
  ### CLI:
32
  ```bash
33
+ llama-cli --hf-repo itlwas/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
34
  ```
35
 
36
  ### Server:
37
  ```bash
38
+ llama-server --hf-repo itlwas/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-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
 
53
  Step 3: Run inference through the main binary.
54
  ```
55
+ ./llama-cli --hf-repo itlwas/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -p "The meaning to life and the universe is"
56
  ```
57
  or
58
  ```
59
+ ./llama-server --hf-repo itlwas/WoonaV1.2-9b-Q4_K_M-GGUF --hf-file woonav1.2-9b-q4_k_m.gguf -c 2048
60
  ```