Skip to content

Commit

Permalink
READMEの変更漏れを修正 (#332)
Browse files Browse the repository at this point in the history
* READMEの変更漏れを修正

* ビルド引数修正
  • Loading branch information
takana-v authored Feb 20, 2022
1 parent 3ebf024 commit 22de8dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ python run.py --voicevox_dir=$VOICEVOX_DIR --voicelib_dir=$VOICELIB_DIR

```bash
# モックでサーバー起動
python run.py
python run.py --enable_mock
```

### CPU スレッド数を指定する
Expand Down Expand Up @@ -333,7 +333,7 @@ python -m nuitka \
--include-data-file=presets.yaml=./ \
--include-data-file=user.dic=./ \
--include-data-file=C:/path/to/cuda/*.dll=./ \
--include-data-file=C:/path/to/libtorch/*.dll=./ \
--include-data-file=C:/path/to/onnxruntime/lib/*.dll=./ \
--include-data-file=C:/音声ライブラリへのパス/*.bin=./ \
--include-data-file=C:/音声ライブラリへのパス/metas.json=./ \
--include-data-dir=.venv/Lib/site-packages/_soundfile_data=./_soundfile_data \
Expand Down

0 comments on commit 22de8dc

Please sign in to comment.