--- license: apache-2.0 language: - ja datasets: - TFMC/imatrix-dataset-for-japanese-llm base_model: - llm-jp/llm-jp-4-8b-thinking --- # llm-jp-4-8b-thinking-gguf [llm-jpさんが公開しているllm-jp-4-8b-thinking](https://huggingface.co/llm-jp/llm-jp-4-8b-thinking)のggufフォーマット変換版です。 imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。 動作用にchat-templateをカスタマイズしていますので、実際の元モデルのchat-templateと異なる点にご注意ください ## Usage ``` git clone https://github.com/ggml-org/llama.cpp.git cd llama.cpp cmake -B build -DGGML_CUDA=ON cmake --build build --config Release build/bin/llama-cli -m 'llm-jp-4-8b-thinking-gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -rea on ```