-
Notifications
You must be signed in to change notification settings - Fork 239
build!: コアを0.16にする #1587
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
build!: コアを0.16にする #1587
Conversation
|
とりあえず後回しにしていたCUDA & cuDNN関係を片付けたのでdraft外しました。 |
ありがとうございます!!!!!!! 方針3つあるんですけど、どうしましょうか。 1つ目が @qryxip さんのところでビルドしていただく感じです。 2つ目が一旦VOICEVOX側でproject-core-0.16みたいなのを作って、そちらにマージしてからビルドする流れです。 3つ目がえいやでmainブランチにマージする流れです。 まあでもVOICEVOX ENGINE側で課題を握れた方がいいので、2番目が一番まるそうな気がしてきました! |
今開始してみました。 前は駄目だったのですが、 |
|
|
|
とりあえず
に話を戻すと、私のリポジトリで [追記]
|
Suggested-by: sabonerune <102559104+sabonerune@users.noreply.github.com> Refs: VOICEVOX#1659 (comment)
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.
Pull Request Overview
This PR upgrades the core components to version 0.16, updating CUDA, ONNX Runtime, and related dependencies with improved download mechanisms and library organization.
- Updates VOICEVOX core from version 0.15.9 to 0.16.1
- Upgrades CUDA Toolkit from 11.8.0 to 12.8.1 and cuDNN from 8.9.2 to 8.9.7
- Replaces batch downloads with individual component downloads using the new downloader capabilities
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/licenses/cuda/EULA.txt | Updates CUDA license text to version 12.8.1 with revised terms and new components |
| tools/generate_licenses.py | Updates version numbers for ONNX Runtime, CUDA Toolkit, and cuDNN dependencies |
| .github/workflows/build-engine.yml | Refactors build workflow to use individual component downloads and updates library paths |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
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!!
ちょっとこちらでsuggest適用して変更させていただきます!
(以下ただのコメントです)
今はmodelsやCOREやadditional_libraryというアセットに対して
- 全アセットのキャッシュを確認
- アセットAのダウンロード
- アセットAのキャッシュ保存
- アセットBのダウンロード
- アセットBのキャッシュ保存
- ...
ってなってるけど、たぶんキャッシュ確認→ダウンロード→キャッシュ保存をアセットごとにやったほうが綺麗そう。
でも差分が大きくなってしまうのでこのPRは今の形が良さそう!
|
📝 念の為にマージ後にpreview版をビルドしてエディタの方にも適用してビルドしたのを動かしてみる ビルドはこれ |
|
こちらを組み込んだエディタを起動して、ちゃんと問題なく動くことを確認しました!! |
内容
一旦 #709 は抜きで、コア0.16の導入を行う。関連 Issue
Fixes: #1659
Resolves: #1571
スクリーンショット・動画など
その他