mmnga commited on
Commit
e50c9be
1 Parent(s): e893c1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - ja
5
+ - en
6
  ---
7
+ # rinna/bilingual-gpt-neox-4b
8
+ [rinnaさんが公開しているbilingual-gpt-neox-4b](https://huggingface.co/rinna/bilingual-gpt-neox-4b)のgguf変換版です。
9
+
10
+ *注意:こちらはブランチで試用になります。llama.cpp本家にgptneoxが実装された時に、このggufファイルが使用できない可能性があります。*
11
+
12
+ ## Usage (試用)
13
+ ~~~~bash
14
+ git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
15
+ cd llama.cpp
16
+ make -j gptneox
17
+ ./gptneox -m 'rinna-bilingual-gpt-neox-4b-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: '
18
+ ~~~~
19
+