--- license: other license_name: mrl license_link: https://mistral.ai/licenses/MRL-0.1.md language: - en - fr - de - es - it - pt - zh - ja - ru - ko datasets: - TFMC/imatrix-dataset-for-japanese-llm tags: - mistral --- # Mistral-Large-Instruct-2407-gguf [mistralaiさんが公開しているMistral-Large-Instruct-2407](https://huggingface.co/mistralai/Mistral-Large-Instruct-2407)のggufフォーマット変換版です。 imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。 ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make -j ./llama-cli -m 'Mistral-Large-Instruct-2407-Q4_0.gguf' -n 128 -p '[INST] 今晩の夕食のレシピを教えて。 [/INST]' ```