forked from nbigaouette/onnxruntime-rs
-
Notifications
You must be signed in to change notification settings - Fork 13
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を1.14.0に上げる #20
Merged
Hiroshiba
merged 19 commits into
VOICEVOX:master
from
PickledChair:update-to-ort-v1_14_0
Apr 11, 2023
Merged
onnxruntimeを1.14.0に上げる #20
Hiroshiba
merged 19 commits into
VOICEVOX:master
from
PickledChair:update-to-ort-v1_14_0
Apr 11, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…en_bindings_i686-pc-windows-msvc_ Automated generate bindings for i686-pc-windows-msvc
…en_bindings_x86_64-pc-windows-msvc_ Automated generate bindings for x86_64-pc-windows-msvc
…en_bindings_x86_64-pc-windows-msvc_directml Automated generate bindings for x86_64-pc-windows-msvc directml
…en_bindings_aarch64-linux-android_ Automated generate bindings for aarch64-linux-android
…en_bindings_x86_64-apple-darwin_ Automated generate bindings for x86_64-apple-darwin
…en_bindings_aarch64-unknown-linux-gnu_ Automated generate bindings for aarch64-unknown-linux-gnu
…n_bindings_aarch64-apple-darwin_ Automated generate bindings for aarch64-apple-darwin
…n_bindings_x86_64-unknown-linux-gnu_ Automated generate bindings for x86_64-unknown-linux-gnu
PickledChair
commented
Apr 11, 2023
Comment on lines
+593
to
+594
/// tunable_op_enabled | ||
pub tunable_op_enabled: i32, |
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.
CudaProviderOptions
に新しいフィールドが追加されていて、コンパイルが通らなくなっていたので対応しました。
Hiroshiba
approved these changes
Apr 11, 2023
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!!
問題ないと思うのでマージします!
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
内容
iOS サポートを追加する作業の一環で、onnxruntime のバージョンを 1.14.0 に上げます(参考: #19 (comment) )
関連 Issue
ref VOICEVOX/voicevox_core#459