-
Notifications
You must be signed in to change notification settings - Fork 201
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
ビルド周りをコア 0.12.0-preview.3に対応する #396
Comments
@PickledChair さんにお願いさせていただきました!!よろしくお願いします・・・! |
今気づいたのですが、0.12.0-preview.2 と 0.12.0-preview.3 で zip ファイルの構造が変わっている (VOICEVOX/voicevox_core#117) ので、0.12.0-preview.2 に対応させたあと、0.12.0-preview.3 以降に対応させるために再びビルド手順を微修正することになりそうです。 |
おっと、なるほどです! |
わかりました! ちなみに、0.12.0-preview.3 のコアを今のエンジンで読み込むと、遅延ロードの仕組みが加わった関係でモデルのロードがされず、音声の生成ができないことを確認しています。とりあえず |
ありがとうございます! |
内容
コアが0.12.0-preview.2に上がったタイミングで、アーキテクチャごとにzipファイルが分かれるようになりました。
この分かれたzipにエンジンのビルドを追いつかせるのがこのissueの目的です。
Pros 良くなる点
アプデ出来るようになる
Cons 悪くなる点
実現方法
大きな差分は以下の3つになりそうです
build.ymlやbuild-docker.ymlの変更が必要だと思われます。
VOICEVOXのバージョン
0.?.0
その他
The text was updated successfully, but these errors were encountered: