matrixportal commited on
Commit
14d92c0
·
verified ·
1 Parent(s): f3c54e9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,12 +24,12 @@ Invoke the llama.cpp server or the CLI.
24
 
25
  ### CLI:
26
  ```bash
27
- llama-cli --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_m.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
- llama-server --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_m.gguf -c 2048
33
  ```
34
 
35
  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.
@@ -46,9 +46,9 @@ cd llama.cpp && LLAMA_CURL=1 make
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
- ./llama-cli --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_m.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
- ./llama-server --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_m.gguf -c 2048
54
  ```
 
24
 
25
  ### CLI:
26
  ```bash
27
+ llama-cli --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_s.gguf -p "The meaning to life and the universe is"
28
  ```
29
 
30
  ### Server:
31
  ```bash
32
+ llama-server --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_s.gguf -c 2048
33
  ```
34
 
35
  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.
 
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
+ ./llama-cli --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_s.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
53
+ ./llama-server --hf-repo matrixportal/NeuralLlama-3-8B-Instruct-abliterated-GGUF --hf-file neuralllama-3-8b-instruct-abliterated-q4_k_s.gguf -c 2048
54
  ```