InferenceIllusionist commited on
Commit
d478f21
·
verified ·
1 Parent(s): 4a7154d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,5 +1,35 @@
1
- ---
2
- license: other
3
- license_name: mrl
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-Large-Instruct-2407
3
+ library_name: transformers
4
+ quantized_by: InferenceIllusionist
5
+ tags:
6
+ - iMat
7
+ - gguf
8
+ - Mistral
9
+ license: other
10
+ ---
11
+ <img src="https://i.imgur.com/P68dXux.png" width="400"/>
12
+
13
+ # Mistral-Large-Instruct-2407-iMat-GGUF
14
+
15
+ > [!WARNING]
16
+ ><b>Important Note:</b> Inferencing in llama.cpp has now been merged in [PR #8604](https://github.com/ggerganov/llama.cpp/pull/8604). Please ensure you are on release [b3438](https://github.com/ggerganov/llama.cpp/releases/tag/b3438) or newer. Text-generation-web-ui (Ooba) is also working as of 7/23. Official support for Kobold.cpp is still [pending](https://github.com/LostRuins/koboldcpp/issues/1011). </b>
17
+
18
+ Quantized from Mistral-Large-Instruct-2407 123B fp16
19
+ * Weighted quantizations were creating using fp16 GGUF and groups_merged.txt in 105 chunks and n_ctx=512
20
+ * Static fp16 will also be included in repo
21
+ * For a brief rundown of iMatrix quant performance please see this [PR](https://github.com/ggerganov/llama.cpp/pull/5747)
22
+ * <i>All quants are verified working prior to uploading to repo for your safety and convenience</i>
23
+
24
+ <b>KL-Divergence Reference Chart</b>
25
+ (Click on image to view in full size)
26
+ [<img src="https://i.imgur.com/mV0nYdA.png" width="920"/>](https://i.imgur.com/mV0nYdA.png)
27
+
28
+ > [!TIP]
29
+ ><b>Quant-specific Tips:</b>
30
+ >* If you are getting a `cudaMalloc failed: out of memory` error, try passing an argument for lower context in llama.cpp, e.g. for 8k: `-c 8192`
31
+ >* If you have all ampere generation or newer cards, you can use flash attention like so: `-fa`
32
+ >* Provided Flash Attention is enabled you can also use quantized cache to save on VRAM e.g. for 8-bit: `-ctk q8_0 -ctv q8_0`
33
+
34
+
35
+ Original model card can be found [here](https://huggingface.co/mistralai/Mistral-Large-Instruct-2407)