Clevyby commited on
Commit
b1732fb
1 Parent(s): d7d75f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -27
README.md CHANGED
@@ -12,30 +12,4 @@ base_model:
12
 
13
  # Clevyby/NSM-alpha-7B-Q5_K_S-GGUF
14
  This model was converted to GGUF format from [`Nitral-AI/NSM-alpha-7B`](https://huggingface.co/Nitral-AI/NSM-alpha-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
15
- Refer to the [original model card](https://huggingface.co/Nitral-AI/NSM-alpha-7B) for more details on the model.
16
- ## Use with llama.cpp
17
-
18
- Install llama.cpp through brew.
19
-
20
- ```bash
21
- brew install ggerganov/ggerganov/llama.cpp
22
- ```
23
- Invoke the llama.cpp server or the CLI.
24
-
25
- CLI:
26
-
27
- ```bash
28
- llama-cli --hf-repo Clevyby/NSM-alpha-7B-Q5_K_S-GGUF --model nsm-alpha-7b.Q5_K_S.gguf -p "The meaning to life and the universe is"
29
- ```
30
-
31
- Server:
32
-
33
- ```bash
34
- llama-server --hf-repo Clevyby/NSM-alpha-7B-Q5_K_S-GGUF --model nsm-alpha-7b.Q5_K_S.gguf -c 2048
35
- ```
36
-
37
- 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.
38
-
39
- ```
40
- git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m nsm-alpha-7b.Q5_K_S.gguf -n 128
41
- ```
 
12
 
13
  # Clevyby/NSM-alpha-7B-Q5_K_S-GGUF
14
  This model was converted to GGUF format from [`Nitral-AI/NSM-alpha-7B`](https://huggingface.co/Nitral-AI/NSM-alpha-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
15
+ Refer to the [original model card](https://huggingface.co/Nitral-AI/NSM-alpha-7B) for more details on the model.