mmnga commited on
Commit
3633713
1 Parent(s): ef8ab98

Update README.md

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