-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# voicevox_additional_libraries | ||
CUDAやDirectMLなど、VOICEVOXを動かすのに必要になることがあるライブラリ置き場 | ||
|
||
CUDA や DirectML など、VOICEVOX を動かすのに必要になることがあるライブラリ置き場 | ||
|
||
## 依存ライブラリの更新方法 | ||
|
||
onnxruntime のバージョンに合わせて CUDA・DirectML・cuDNN のバージョンを更新します。 | ||
現状は`download_and_deploy.yml`ファイルを直接書き換えることで更新しています。 | ||
|
||
依存する CUDA と cuDNN のバージョンは[ここ](https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements)で確認できます。CUDA のパッチバージョンを知りたい場合は onnxruntime のコード内検索で「cuda メジャーバージョン.マイナーバージョン」辺りで検索するとヒントが見つかります。 | ||
|
||
DirectML のバージョンはリリースノートか、「Microsoft.AI.DirectML」とコード内検索すれば見つかります。 | ||
|
||
## デプロイ方法 | ||
|
||
Release を作成するか、`download_and_deploy.yml`を workflow_dispatch で実行します。 |