mmnga commited on
Commit
f8113a0
1 Parent(s): e3d8d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -8,6 +8,14 @@ tags:
8
  # cyberagent-open-calm-1b-gguf
9
  [cyberagentさんが公開しているopen-calm-1b](https://huggingface.co/cyberagent/open-calm-1b)のggufフォーマット変換版です。
10
 
11
- make
 
 
 
 
 
 
 
 
12
  ./gptneox -m 'cyberagent-open-calm-1b-q4_0.gguf' -n 128 -t 8 -p '吾輩は猫である。名前は実を言うと、'
13
  ```
 
8
  # cyberagent-open-calm-1b-gguf
9
  [cyberagentさんが公開しているopen-calm-1b](https://huggingface.co/cyberagent/open-calm-1b)のggufフォーマット変換版です。
10
 
11
+ llama.cppのexamplesで動かせます。
12
+ *llama.cpp本家は開発速度が早くgptneoxのコンパイルが通らなくなる事もありますので、clone先をブランチに変更しました。*
13
+
14
+ ## Usage (試用)
15
+
16
+ ```
17
+ git clone --branch dev https://github.com/mmnga/llama.cpp.git
18
+ cd llama.cpp
19
+ make -j
20
  ./gptneox -m 'cyberagent-open-calm-1b-q4_0.gguf' -n 128 -t 8 -p '吾輩は猫である。名前は実を言うと、'
21
  ```