mrs83 commited on
Commit
84aa341
·
verified ·
1 Parent(s): 9ea87f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -13,7 +13,7 @@ tags:
13
  - gguf-my-repo
14
  ---
15
 
16
- # mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF
17
  This model was converted to GGUF format from [`ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct`](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
18
  Refer to the [original model card](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) for more details on the model.
19
 
@@ -28,12 +28,12 @@ Invoke the llama.cpp server or the CLI.
28
 
29
  ### CLI:
30
  ```bash
31
- llama-cli --hf-repo mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
- llama-server --hf-repo mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -c 2048
37
  ```
38
 
39
  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.
@@ -50,9 +50,9 @@ cd llama.cpp && LLAMA_CURL=1 make
50
 
51
  Step 3: Run inference through the main binary.
52
  ```
53
- ./llama-cli --hf-repo mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
- ./llama-server --hf-repo mrs83/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -c 2048
58
  ```
 
13
  - gguf-my-repo
14
  ---
15
 
16
+ # ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF
17
  This model was converted to GGUF format from [`ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct`](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
18
  Refer to the [original model card](https://huggingface.co/ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct) for more details on the model.
19
 
 
28
 
29
  ### CLI:
30
  ```bash
31
+ llama-cli --hf-repo ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
+ llama-server --hf-repo ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -c 2048
37
  ```
38
 
39
  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.
 
50
 
51
  Step 3: Run inference through the main binary.
52
  ```
53
+ ./llama-cli --hf-repo ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
+ ./llama-server --hf-repo ethicalabs/Kurtis-E1-SmolLM2-1.7B-Instruct-Q4_K_M-GGUF --hf-file kurtis-e1-smollm2-1.7b-instruct-q4_k_m.gguf -c 2048
58
  ```