Skip to content
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

ダウンローダーでonnxruntime.dllとかだけダウンロードできるようにする? #698

Closed
Hiroshiba opened this issue Dec 1, 2023 · 0 comments · Fixed by #810
Labels
機能向上 要議論 実行する前に議論が必要そうなもの

Comments

@Hiroshiba
Copy link
Member

内容

Python wheelを動かす場合は、voicevox_core.dllは不要だけどonnxruntime.dllが必要です。
今はこれら2つはどちらかだけダウンロードすることができないので、onnxruntimeが欲しい場合も--only coreあたりを指定してダウンローダーを実行することになります。

ニーズが違うので分離してもいいかもと思ったのでissueを建ててみました。

Pros 良くなる点

欲しいものだけダウンロードする方法が提供できる

Cons 悪くなる点

onnxruntimeはコアのビルド時に得られる感じになっているので、コア.zipにくっついているため分けてダウンロード可能にするのがビルドの流れ的に若干難しい。

実現方法

良い方法が思いつきませんでした・・・。
additional-libraryに持っていくのもなんか変だし、かと言ってonnxruntimeだけ再配布する形もなんか変だし・・・。

その他

(色々考えないといけないことが多い代わりに恩恵があまり大きくないので、あえてそのままにするのもありかも
・・・)

@Hiroshiba Hiroshiba added 機能向上 要議論 実行する前に議論が必要そうなもの labels Dec 1, 2023
@qryxip qryxip linked a pull request Sep 5, 2024 that will close this issue
@qryxip qryxip closed this as completed Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
機能向上 要議論 実行する前に議論が必要そうなもの
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants