--- license: cc-by-nc-4.0 language: - en - ja datasets: - TFMC/imatrix-dataset-for-japanese-llm --- # c4ai-command-r-plus-08-2024-gguf [CohereForAIさんが公開しているc4ai-command-r-plus-08-2024](https://huggingface.co/CohereForAI/c4ai-command-r-plus-08-2024)の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 'c4ai-command-r-plus-08-2024-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv ```