DanielClough commited on
Commit
1b7d5ef
1 Parent(s): ab15033

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,5 +8,9 @@ license: apache-2.0
8
  ---
9
 
10
  This repo includes `.gguf` built for HuggingFace/Candle.
 
 
 
 
11
 
12
  Refer to the [original repo](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca) for more details.
 
8
  ---
9
 
10
  This repo includes `.gguf` built for HuggingFace/Candle.
11
+ They will not work with `llama.cpp`.
12
+
13
+ This model should be used with the `Config` [`config_chat_ml`](
14
+ https://github.com/huggingface/candle/blob/main/candle-transformers/src/models/mistral.rs).
15
 
16
  Refer to the [original repo](https://huggingface.co/Open-Orca/Mistral-7B-OpenOrca) for more details.