Update README.md
Browse files
README.md
CHANGED
|
@@ -91,34 +91,6 @@ When using the StackFlow socket API, the setup request should be sent to the Mel
|
|
| 91 |
|
| 92 |
Note: Some custom model names may not appear in `sys.lsmode`, but they can still work when specified directly in `tts.setup`.
|
| 93 |
|
| 94 |
-
## Install on Module LLM
|
| 95 |
-
|
| 96 |
-
Copy the desired `.deb` package to the Module LLM.
|
| 97 |
-
|
| 98 |
-
From your PC:
|
| 99 |
-
|
| 100 |
-
```sh
|
| 101 |
-
scp llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb root@<MODULE_IP>:/root/
|
| 102 |
-
```
|
| 103 |
-
|
| 104 |
-
On the Module LLM:
|
| 105 |
-
|
| 106 |
-
```sh
|
| 107 |
-
cd /root
|
| 108 |
-
dpkg -i llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb
|
| 109 |
-
apt -f install -y
|
| 110 |
-
rm -f /root/llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb
|
| 111 |
-
```
|
| 112 |
-
|
| 113 |
-
Check the installation:
|
| 114 |
-
|
| 115 |
-
```sh
|
| 116 |
-
dpkg -l | grep amitaro
|
| 117 |
-
ls -lh /opt/m5stack/data/amitaro-ja-jp-punsuka
|
| 118 |
-
cat /opt/m5stack/data/models/mode_amitaro-ja-jp-punsuka.json
|
| 119 |
-
```
|
| 120 |
-
|
| 121 |
-
|
| 122 |
## Direct download install
|
| 123 |
|
| 124 |
If the `.deb` package is hosted on Hugging Face, you can install it directly on the Module LLM with `wget` and `dpkg`.
|
|
@@ -342,31 +314,6 @@ StackFlow のソケット API で使用する場合、`setup` は MeloTTS ワー
|
|
| 342 |
|
| 343 |
注意: カスタムモデル名は `sys.lsmode` に表示されない場合があります。ただし、`tts.setup` の `model` に直接指定することで利用できる場合があります。
|
| 344 |
|
| 345 |
-
## Module LLM へのインストール
|
| 346 |
-
|
| 347 |
-
PC から目的の `.deb` パッケージを Module LLM に転送します。
|
| 348 |
-
|
| 349 |
-
```sh
|
| 350 |
-
scp llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb root@<MODULE_IP>:/root/
|
| 351 |
-
```
|
| 352 |
-
|
| 353 |
-
Module LLM 側でインストールします。
|
| 354 |
-
|
| 355 |
-
```sh
|
| 356 |
-
cd /root
|
| 357 |
-
dpkg -i llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb
|
| 358 |
-
apt -f install -y
|
| 359 |
-
rm -f /root/llm-model-amitaro-ja-jp-punsuka_0.1_arm64.deb
|
| 360 |
-
```
|
| 361 |
-
|
| 362 |
-
インストール確認:
|
| 363 |
-
|
| 364 |
-
```sh
|
| 365 |
-
dpkg -l | grep amitaro
|
| 366 |
-
ls -lh /opt/m5stack/data/amitaro-ja-jp-punsuka
|
| 367 |
-
cat /opt/m5stack/data/models/mode_amitaro-ja-jp-punsuka.json
|
| 368 |
-
```
|
| 369 |
-
|
| 370 |
|
| 371 |
## 直接ダウンロードしてインストール
|
| 372 |
|
|
|
|
| 91 |
|
| 92 |
Note: Some custom model names may not appear in `sys.lsmode`, but they can still work when specified directly in `tts.setup`.
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
## Direct download install
|
| 95 |
|
| 96 |
If the `.deb` package is hosted on Hugging Face, you can install it directly on the Module LLM with `wget` and `dpkg`.
|
|
|
|
| 314 |
|
| 315 |
注意: カスタムモデル名は `sys.lsmode` に表示されない場合があります。ただし、`tts.setup` の `model` に直接指定することで利用できる場合があります。
|
| 316 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 317 |
|
| 318 |
## 直接ダウンロードしてインストール
|
| 319 |
|