--- license: apache-2.0 language: - en - ja tags: - mistral --- # Vezora-Mistral-22B-v0.1-gguf [Vezoraさんが公開しているMistral-22B-v0.1](https://huggingface.co/Vezora/Mistral-22B-v0.1)のggufフォーマット変換版です。 ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make -j ./main -m 'Vezora-Mistral-22B-v0.1-q4_0.gguf' -p "今夜の夕食のレシピをご紹介します。" -n 128 ```