--- license: gemma license_name: gemma-terms-of-use license_link: https://www.kaggle.com/models/google/gemma/license/consent language: - en - ja --- # codegemma-7b-it-gguf [googleさんが公開しているcodegemma-7b-it](https://huggingface.co/google/codegemma-7b-it)のggufフォーマット変換版です。 # Licence [gemma-terms-of-use 利用規約](https://ai.google.dev/gemma/terms)をご利用前に必ずご確認ください。 ## 他のモデル [mmnga/codegemma-1.1-7b-it-gguf](https://huggingface.co/mmnga/codegemma-1.1-7b-it-gguf) [mmnga/codegemma-1.1-2b-gguf](https://huggingface.co/mmnga/codegemma-1.1-2b-gguf) [mmnga/gemma-2b-it-gguf](https://huggingface.co/mmnga/gemma-2b-it-gguf) [mmnga/gemma-7b-it-gguf](https://huggingface.co/mmnga/gemma-7b-it-gguf) [mmnga/gemma-1.1-7b-it-gguf](https://huggingface.co/mmnga/gemma-1.1-7b-it-gguf) [mmnga/codegemma-7b-it-gguf](https://huggingface.co/mmnga/codegemma-7b-it-gguf) ## Usage ``` git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp make -j ./main -m 'codegemma-7b-it-q4_0.gguf' -p "user\npythonでhelloworld\nmodel\n" -n 128 ```