nerdigent commited on
Commit
3602bf8
1 Parent(s): 8af0fef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -9,8 +9,8 @@ tags:
9
  ---
10
 
11
  # nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF
12
- This model was converted to GGUF format from [`nerdigent/L3.1-SunnySkyy-8B`](https://huggingface.co/nerdigent/L3.1-SunnySkyy-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
- Refer to the [original model card](https://huggingface.co/nerdigent/L3.1-SunnySkyy-8B) for more details on the model.
14
 
15
  ## Use with llama.cpp
16
  Install llama.cpp through brew (works on Mac and Linux)
@@ -23,12 +23,12 @@ Invoke the llama.cpp server or the CLI.
23
 
24
  ### CLI:
25
  ```bash
26
- llama-cli --hf-repo nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF --hf-file l3.1-sunnyskyy-8b-q8_0.gguf -p "The meaning to life and the universe is"
27
  ```
28
 
29
  ### Server:
30
  ```bash
31
- llama-server --hf-repo nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF --hf-file l3.1-sunnyskyy-8b-q8_0.gguf -c 2048
32
  ```
33
 
34
  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.
@@ -45,9 +45,9 @@ cd llama.cpp && LLAMA_CURL=1 make
45
 
46
  Step 3: Run inference through the main binary.
47
  ```
48
- ./llama-cli --hf-repo nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF --hf-file l3.1-sunnyskyy-8b-q8_0.gguf -p "The meaning to life and the universe is"
49
  ```
50
  or
51
  ```
52
- ./llama-server --hf-repo nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF --hf-file l3.1-sunnyskyy-8b-q8_0.gguf -c 2048
53
  ```
 
9
  ---
10
 
11
  # nerdigent/L3.1-SunnySkyy-8B-Q8_0-GGUF
12
+ This model was converted to GGUF format from [`nerdigent/L3-SunnySkyy-8B`](https://huggingface.co/nerdigent/L3-SunnySkyy-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
13
+ Refer to the [original model card](https://huggingface.co/nerdigent/L3-SunnySkyy-8B) for more details on the model.
14
 
15
  ## Use with llama.cpp
16
  Install llama.cpp through brew (works on Mac and Linux)
 
23
 
24
  ### CLI:
25
  ```bash
26
+ llama-cli --hf-repo nerdigent/L3-SunnySkyy-8B-Q8_0-GGUF --hf-file l3-sunnyskyy-8b-q8_0.gguf -p "The meaning to life and the universe is"
27
  ```
28
 
29
  ### Server:
30
  ```bash
31
+ llama-server --hf-repo nerdigent/L3-SunnySkyy-8B-Q8_0-GGUF --hf-file l3-sunnyskyy-8b-q8_0.gguf -c 2048
32
  ```
33
 
34
  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.
 
45
 
46
  Step 3: Run inference through the main binary.
47
  ```
48
+ ./llama-cli --hf-repo nerdigent/L3-SunnySkyy-8B-Q8_0-GGUF --hf-file l3-sunnyskyy-8b-q8_0.gguf -p "The meaning to life and the universe is"
49
  ```
50
  or
51
  ```
52
+ ./llama-server --hf-repo nerdigent/L3-SunnySkyy-8B-Q8_0-GGUF --hf-file l3-sunnyskyy-8b-q8_0.gguf -c 2048
53
  ```