-
Notifications
You must be signed in to change notification settings - Fork 128
model/を考慮してダウンロードする #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model/を考慮してダウンロードする #369
Conversation
0.14.0-preview.3への動作は未確認です。 |
#367 も似た様な感じで落ちてますね。 |
その通りだったみたいです。しかも.NETが勝手に 追記: ❯ zipinfo -1 ~/Downloads/voicevox_core-windows-x64-cpu-0.14.0-preview.3.zip
voicevox_core-windows-x64-cpu-0.14.0-preview.3\onnxruntime.dll
voicevox_core-windows-x64-cpu-0.14.0-preview.3\onnxruntime_providers_shared.dll
voicevox_core-windows-x64-cpu-0.14.0-preview.3\README.txt
voicevox_core-windows-x64-cpu-0.14.0-preview.3\VERSION
voicevox_core-windows-x64-cpu-0.14.0-preview.3\voicevox_core.dll
voicevox_core-windows-x64-cpu-0.14.0-preview.3\voicevox_core.h
voicevox_core-windows-x64-cpu-0.14.0-preview.3\voicevox_core.lib
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\.gitignore
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d0.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d1.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d10.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d11.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d2.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d3.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d4.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d5.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d6.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d7.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d8.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\d9.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\metas.json
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd0.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd1.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd10.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd11.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd2.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd3.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd4.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd5.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd6.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd7.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd8.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pd9.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi0.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi1.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi10.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi11.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi2.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi3.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi4.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi5.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi6.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi7.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi8.bin
voicevox_core-windows-x64-cpu-0.14.0-preview.3\model\pi9.bin #117 からあるこの部分で
まあこれを直すべきかというと微妙かもしれませんが。明確な規格違反であり |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMですが
実行可能バイナリ版ダウンローダーがあればそもそもスクリプト版ダウンローダーは不要そうですね
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!(download_test がまだ model の存在をチェックしていないと思いますが、この対応はこの PR とは別に行う感じでしょうか?)
内容
model/ディレクトリを保持したまま内容物を展開するようにします。
関連 Issue
Fixes #368.
その他