We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onnx版が実装され、CMakeLists.txtやcore.cppが誕生しました。 #21 おそらく自動ビルドが可能なので、実現していきたいです。
onnx runtimeのインストールが必要になると思います。↓がとても参考になります。 https://github.com/Hiroshiba/voicevox_core/tree/f59c6fbe20f248a094afbe717a4c1127ed5ceb96/onnx
cudaやcudnnのインストールが必要になる場合は↓が参考になると思います。(libtorchを用いる場合のGithub Actionsビルド例です) https://github.com/Hiroshiba/vv_core_build_check/blob/main/.github/workflows/blank.yml
The text was updated successfully, but these errors were encountered:
Merge pull request VOICEVOX#28 from qryxip/fix-python-api-gitignore
34fdd0e
Python APIの.gitignoreを修正
Successfully merging a pull request may close this issue.
内容
onnx版が実装され、CMakeLists.txtやcore.cppが誕生しました。 #21
おそらく自動ビルドが可能なので、実現していきたいです。
実現方法
onnx runtimeのインストールが必要になると思います。↓がとても参考になります。
https://github.com/Hiroshiba/voicevox_core/tree/f59c6fbe20f248a094afbe717a4c1127ed5ceb96/onnx
cudaやcudnnのインストールが必要になる場合は↓が参考になると思います。(libtorchを用いる場合のGithub Actionsビルド例です)
https://github.com/Hiroshiba/vv_core_build_check/blob/main/.github/workflows/blank.yml
その他
The text was updated successfully, but these errors were encountered: