--- license: llama3.1 language: - en - ja datasets: - TFMC/imatrix-dataset-for-japanese-llm --- # Llama-3.1-Nemotron-70B-Instruct-HF-gguf [nvidiaさんが公開しているLlama-3.1-Nemotron-70B-Instruct-HF](https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF)のggufフォーマット変換版です。 imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。 ## build [llama.cppのビルドはこちらをご参照ください](https://github.com/ggerganov/llama.cpp/blob/master/docs/build.md) ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp ## ビルド参照 ./llama-cli -m 'Llama-3.1-Nemotron-70B-Instruct-HF-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv ```