File size: 670 Bytes
2b04359 ddfcb52 02c04ce 2b04359 ddfcb52 02c04ce ddfcb52 02c04ce ddfcb52 02c04ce ddfcb52 02c04ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
---
license: cc-by-sa-4.0
language:
- ja
tags:
- gpt-neox
---
# cyberagent-open-calm-3b-gguf
[cyberagentさんが公開しているopen-calm-3b](https://huggingface.co/cyberagent/open-calm-3b)の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-3b-q4_0.gguf' -n 128 -t 8 -p '吾輩は猫である。名前は実を言うと、'
``` |