ysn-rfd commited on
Commit
6956fab
·
verified ·
1 Parent(s): e38ce9a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -50,12 +50,12 @@ Invoke the llama.cpp server or the CLI.
50
 
51
  ### CLI:
52
  ```bash
53
- llama-cli --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q8_0.gguf -p "The meaning to life and the universe is"
54
  ```
55
 
56
  ### Server:
57
  ```bash
58
- llama-server --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q8_0.gguf -c 2048
59
  ```
60
 
61
  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.
@@ -72,9 +72,9 @@ cd llama.cpp && LLAMA_CURL=1 make
72
 
73
  Step 3: Run inference through the main binary.
74
  ```
75
- ./llama-cli --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q8_0.gguf -p "The meaning to life and the universe is"
76
  ```
77
  or
78
  ```
79
- ./llama-server --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q8_0.gguf -c 2048
80
  ```
 
50
 
51
  ### CLI:
52
  ```bash
53
+ llama-cli --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q4_0.gguf -p "The meaning to life and the universe is"
54
  ```
55
 
56
  ### Server:
57
  ```bash
58
+ llama-server --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q4_0.gguf -c 2048
59
  ```
60
 
61
  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.
 
72
 
73
  Step 3: Run inference through the main binary.
74
  ```
75
+ ./llama-cli --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q4_0.gguf -p "The meaning to life and the universe is"
76
  ```
77
  or
78
  ```
79
+ ./llama-server --hf-repo ysn-rfd/DeepHermes-3-Llama-3-3B-Preview-GGUF --hf-file deephermes-3-llama-3-3b-preview-q4_0.gguf -c 2048
80
  ```