Clevyby commited on
Commit
32a095d
1 Parent(s): e05fcee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -26
README.md CHANGED
@@ -20,29 +20,5 @@ model_type: mistral
20
  # Clevyby/Silicon-Masha-7B-Q5_K_S-GGUF
21
  This model was converted to GGUF format from [`LakoMoor/Silicon-Masha-7B`](https://huggingface.co/LakoMoor/Silicon-Masha-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
22
  Refer to the [original model card](https://huggingface.co/LakoMoor/Silicon-Masha-7B) for more details on the model.
23
- ## Use with llama.cpp
24
-
25
- Install llama.cpp through brew.
26
-
27
- ```bash
28
- brew install ggerganov/ggerganov/llama.cpp
29
- ```
30
- Invoke the llama.cpp server or the CLI.
31
-
32
- CLI:
33
-
34
- ```bash
35
- llama-cli --hf-repo Clevyby/Silicon-Masha-7B-Q5_K_S-GGUF --model silicon-masha-7b.Q5_K_S.gguf -p "The meaning to life and the universe is"
36
- ```
37
-
38
- Server:
39
-
40
- ```bash
41
- llama-server --hf-repo Clevyby/Silicon-Masha-7B-Q5_K_S-GGUF --model silicon-masha-7b.Q5_K_S.gguf -c 2048
42
- ```
43
-
44
- 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
- ```
47
- git clone https://github.com/ggerganov/llama.cpp && cd llama.cpp && make && ./main -m silicon-masha-7b.Q5_K_S.gguf -n 128
48
- ```
 
20
  # Clevyby/Silicon-Masha-7B-Q5_K_S-GGUF
21
  This model was converted to GGUF format from [`LakoMoor/Silicon-Masha-7B`](https://huggingface.co/LakoMoor/Silicon-Masha-7B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
22
  Refer to the [original model card](https://huggingface.co/LakoMoor/Silicon-Masha-7B) for more details on the model.
23
+ ### Note:
24
+ The additional files in this GGUF repo is for personal usage using Text Gen Webui with llamacpp_hf.