Update README.md
Browse files
README.md
CHANGED
@@ -22,16 +22,8 @@ GPT-2
|
|
22 |
## Usage (試用)
|
23 |
|
24 |
```
|
25 |
-
git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
|
26 |
cd llama.cpp
|
27 |
make -j
|
28 |
./main -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: ' --top_p 0.9 --temp 0.7 --repeat-penalty 1.1
|
29 |
```
|
30 |
-
|
31 |
-
**従来のCPU実行**
|
32 |
-
~~~~bash
|
33 |
-
git clone --branch mmnga-dev https://github.com/mmnga/llama.cpp.git
|
34 |
-
cd llama.cpp
|
35 |
-
make -j gpt2
|
36 |
-
./gpt2 -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: '
|
37 |
-
~~~~
|
|
|
22 |
## Usage (試用)
|
23 |
|
24 |
```
|
25 |
+
git clone --branch mmnga-dev-merge https://github.com/mmnga/llama.cpp.git
|
26 |
cd llama.cpp
|
27 |
make -j
|
28 |
./main -m 'line-corp-japanese-large-lm-1.7b-instruction-sft-q4_0.gguf' -n 128 -p 'ユーザー: 吾輩って猫ですか? システム: ' --top_p 0.9 --temp 0.7 --repeat-penalty 1.1
|
29 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|