Clevyby commited on
Commit
9d63fc3
·
verified ·
1 Parent(s): 3cc95b7

Update README.md

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