mmnga's picture
Update README.md
6f292d9
|
raw
history blame contribute delete
No virus
442 Bytes
---
license: mit
language:
- ja
- en
---
# rinna/bilingual-gpt-neox-4b
[rinnaさんが公開しているbilingual-gpt-neox-4b](https://huggingface.co/rinna/bilingual-gpt-neox-4b)のggml変換版です。
## Usage
```
git clone https://github.com/ggerganov/ggml.git
cd ggml
mkdir build && cd build
cmake ..
make -j
./bin/gpt-neox -m 'rinna-bilingual-gpt-neox-4b-ggml-q4_0.bin' -n 128 -t 8 -p '科学技術の発展はAIによって、'
```