Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,12 @@ language:
|
|
9 |
- Original model: [NorMistral-7b-warm-instruct](https://huggingface.co/norallm/normistral-7b-warm-instruct)
|
10 |
- Base model: - [NorMistral-7b-warm](https://huggingface.co/norallm/normistral-7b-warm) -- an LLM initialized from [Mistral-7b-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
11 |
|
12 |
-
This repo contains GGUF formatted files for the instrucation model.
|
13 |
-
With the added pre-tokenizer `ggml-vocab-normistral-7b-warm.gguf`.
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
16 |
|
|
|
9 |
- Original model: [NorMistral-7b-warm-instruct](https://huggingface.co/norallm/normistral-7b-warm-instruct)
|
10 |
- Base model: - [NorMistral-7b-warm](https://huggingface.co/norallm/normistral-7b-warm) -- an LLM initialized from [Mistral-7b-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1)
|
11 |
|
12 |
+
This repo contains GGUF formatted files for the instrucation model. <br>
|
13 |
+
With the added pre-tokenizer `ggml-vocab-normistral-7b-warm.gguf`. <br>
|
14 |
+
This should remove the warning you will otherwise get in llama.cpp with the original gguf files.
|
15 |
+
|
16 |
+
## ⚠️⚠️
|
17 |
+
To take advantage of this, changes also needs to be made directly in [llama.cpp](https://github.com/ggerganov/llama.cpp).
|
18 |
+
- See and example of this here: [GitHub](https://github.com/ggerganov/llama.cpp/commit/921e2c3e63e63f7c7efe168883ec2ac090f62c14).
|
19 |
+
|
20 |
|