Clevyby commited on
Commit
df33641
1 Parent(s): 5455704

Update README.md

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