Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ llama.cppのexamplesで動かせます。
|
|
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 '吾輩は猫である。名前は実を言うと、'
|
|
|
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 'cyberagent-open-calm-1b-q4_0.gguf' -n 128 -t 8 -p '吾輩は猫である。名前は実を言うと、'
|