---
license: cc-by-sa-4.0
language:
- ja
tags:
- gpt-neox
---
# cyberagent-open-calm-7b-gguf
[cyberagentさんが公開しているopen-calm-7b](https://huggingface.co/cyberagent/open-calm-7b)のggufフォーマット変換版です。

llama.cppのexamplesで動かせます。
*llama.cpp本家は開発速度が早くgptneoxのコンパイルが通らなくなる事もありますので、clone先をブランチに変更しました。*

## Usage (試用)

```
git clone --branch dev https://github.com/mmnga/llama.cpp.git
cd llama.cpp
make -j
./gptneox -m 'cyberagent-open-calm-7b-q4_0.gguf' -n 128 -t 8 -p '吾輩は猫である。名前は実を言うと、' 
```