mrs83 commited on
Commit
f568eed
·
verified ·
1 Parent(s): 395e2d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ llama-cli --hf-repo ethicalabs/Kurtis-SmolLM2-360M-Instruct-DPO-GGUF --hf-file k
33
 
34
  ### Server:
35
  ```bash
36
- llama-server --hf-repo ethicalabs/Kurtis-SmolLM2-360M-Instruct-GGUF --hf-file kurtis-smollm2-360m-instruct-dpo-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.
 
33
 
34
  ### Server:
35
  ```bash
36
+ llama-server --hf-repo ethicalabs/Kurtis-SmolLM2-360M-Instruct-DPO-GGUF --hf-file kurtis-smollm2-360m-instruct-dpo-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.