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

Java API:onnxruntimeを自前で用意するように #610

Closed

Conversation

sevenc-nanashi
Copy link
Member

内容

onnxruntime周りを自前で用意するようにします。

理由

パッケージをvoicevox、voicevox-cuda、voicevox-directml、voicevox-androidと用意しようと思ってます。
voicevox-androidとvoicevoxで分けてるのは容量の関係です(スマホアプリは容量をそこそこ気にする必要があると思うので)
で、問題になってくるのはOrtEnvironment.getEnvironment();で、onnxruntime-androidは普通のgradleだと読み込めない(多分)のでAndroid版がビルドできなくなります。
ので、こうなりました。(Cの#ifとかがあればいいのに)

関連 Issue

その他

(なし)

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ちょっと認識合わせたいのですが、onnxruntimeを自前で用意するというのは何を意図されていますか?
onnxruntimeの自動ダウンロード・・・?(コード読んだ感じそうではなさそう)

@sevenc-nanashi
Copy link
Member Author

色々やってました、結構間違ったアプローチしてました 😇

閉じます、後で正しいアプローチのやつをPRします

@Hiroshiba
Copy link
Member

おっとなるほどです! よくわからないこととかあったら何でも聞いていただければ!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants