Edit model card

Sampling: Mistral-Nemo-12B is very sensitive to the temperature sampler, try values near 0.3 at first or else you will get some weird results. This is mentioned by MistralAI at their Transformers section.
Flash-Attention seems to have seem weird effects with the model as well, however there is no confirmation on this.

IMPORTANT: Updated version of the model available here: mistral-doryV2-12b-gguf

Original Model:
BeaverAI/mistral-dory-12b

How to Use:
As of July 20, 2024, llama.cpp does not support Mistral-Nemo. However, you can still use it by building from iamlemec's branch mistral-nemo at llama.cpp GitHub repository.

These quants were quantized off iamlemec's branch using commit 6515e78

Build:

git clone -b mistral-nemo https://github.com/iamlemec/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build --config Release

Recommended to use cmake -B build -DGGML_CUDA=ON if you're using a CUDA compatible GPU.

If the build takes too long use cmake -B build --config Release -j 4, which uses 4 threads to build. Adjust the number to the amount of physical cores on your CPU.

Server example:

llama-server.exe -m .\models\mistral-dory-12b_Q8_0.gguf -b 512 -ub 512 -c 4096 -ngl 100

Set -b to batch size
Set -ub to physical batch size
Set -c to context size
Set -ngl to amount of layers to load onto GPU
Change the path to where the model is actually stored.
If you need more clarification on parameters check out the llama.cpp Server Docs

License:
Apache 2.0

Quants

Name Quant Type Size
mistral-dory-12b-Q2_K.gguf Q2_K 4.79 GB
mistral-dory-12b-Q3_K_M.gguf Q3_K_M 6.08 GB
mistral-dory-12b-Q4_K_M.gguf Q4_K_M 7.48 GB
mistral-dory-12b-Q5_K_M.gguf Q5_K_M 8.73 GB
mistral-dory-12b-Q6_K.gguf Q6_K 10.1 GB
mistral-dory-12b-Q8_0.gguf Q8_0 13 GB

The MistralAI Team:
Albert Jiang, Alexandre Sablayrolles, Alexis Tacnet, Alok Kothari, Antoine Roux, Arthur Mensch, Audrey Herblin-Stoop, Augustin Garreau, Austin Birky, Bam4d, Baptiste Bout, Baudouin de Monicault, Blanche Savary, Carole Rambaud, Caroline Feldman, Devendra Singh Chaplot, Diego de las Casas, Eleonore Arcelin, Emma Bou Hanna, Etienne Metzger, Gaspard Blanchet, Gianna Lengyel, Guillaume Bour, Guillaume Lample, Harizo Rajaona, Henri Roussez, Hichem Sattouf, Ian Mack, Jean-Malo Delignon, Jessica Chudnovsky, Justus Murke, Kartik Khandelwal, Lawrence Stewart, Louis Martin, Louis Ternon, Lucile Saulnier, Lélio Renard Lavaud, Margaret Jennings, Marie Pellat, Marie Torelli, Marie-Anne Lachaux, Marjorie Janiewicz, Mickaël Seznec, Nicolas Schuhl, Niklas Muhs, Olivier de Garrigues, Patrick von Platen, Paul Jacob, Pauline Buche, Pavan Kumar Reddy, Perry Savas, Pierre Stock, Romain Sauvestre, Sagar Vaze, Sandeep Subramanian, Saurabh Garg, Sophia Yang, Szymon Antoniak, Teven Le Scao, Thibault Schueller, Thibaut Lavril, Thomas Wang, Théophile Gervet, Timothée Lacroix, Valera Nemychnikova, Wendy Shang, William El Sayed, William Marshall

Downloads last month
8
GGUF
Model size
12.2B params
Architecture
llama

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference API
Unable to determine this model’s pipeline type. Check the docs .

Model tree for starble-dev/mistral-dory-12b-gguf

Quantized
(1)
this model