File size: 1,171 Bytes
4890299 e15cc78 4890299 e15cc78 631284a e15cc78 c98462f e15cc78 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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 "<start_of_turn>user\npythonでhelloworld<end_of_turn>\n<start_of_turn>model\n" -n 128
```
|