GGUF
English
unsloth
llama-cpp
gguf-my-repo
Triangle104 commited on
Commit
4feff2f
1 Parent(s): e0c234b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -27,12 +27,12 @@ Invoke the llama.cpp server or the CLI.
27
 
28
  ### CLI:
29
  ```bash
30
- llama-cli --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m.gguf -p "The meaning to life and the universe is"
31
  ```
32
 
33
  ### Server:
34
  ```bash
35
- llama-server --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m.gguf -c 2048
36
  ```
37
 
38
  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.
@@ -49,9 +49,9 @@ cd llama.cpp && LLAMA_CURL=1 make
49
 
50
  Step 3: Run inference through the main binary.
51
  ```
52
- ./llama-cli --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m.gguf -p "The meaning to life and the universe is"
53
  ```
54
  or
55
  ```
56
- ./llama-server --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m.gguf -c 2048
57
  ```
 
27
 
28
  ### CLI:
29
  ```bash
30
+ llama-cli --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
31
  ```
32
 
33
  ### Server:
34
  ```bash
35
+ llama-server --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m-imat.gguf -c 2048
36
  ```
37
 
38
  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.
 
49
 
50
  Step 3: Run inference through the main binary.
51
  ```
52
+ ./llama-cli --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m-imat.gguf -p "The meaning to life and the universe is"
53
  ```
54
  or
55
  ```
56
+ ./llama-server --hf-repo Triangle104/Replete-LLM-V2-Llama-3.1-8b-Q5_K_M-GGUF --hf-file replete-llm-v2-llama-3.1-8b-q5_k_m-imat.gguf -c 2048
57
  ```