Update README.md
Browse files
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
|
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 '吾輩は猫である。名前は実を言うと、'
|