matrixportal commited on
Commit
2fdc337
·
verified ·
1 Parent(s): b1dd9de

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -28,12 +28,12 @@ Invoke the llama.cpp server or the CLI.
28
 
29
  ### CLI:
30
  ```bash
31
- llama-cli --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_m.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
- llama-server --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-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 matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_m.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
- ./llama-server --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_m.gguf -c 2048
58
  ```
 
28
 
29
  ### CLI:
30
  ```bash
31
+ llama-cli --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_s.gguf -p "The meaning to life and the universe is"
32
  ```
33
 
34
  ### Server:
35
  ```bash
36
+ llama-server --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_s.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 matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_s.gguf -p "The meaning to life and the universe is"
54
  ```
55
  or
56
  ```
57
+ ./llama-server --hf-repo matrixportal/Llama-3.1-8B-SuperNova-EtherealHermes-GGUF --hf-file llama-3.1-8b-supernova-etherealhermes-q4_k_s.gguf -c 2048
58
  ```