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

fix: cherry pick v2.0.0-rc.5's 08aaa0f #12

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Jan 8, 2025

内容

pykeio@08aaa0fと同様、 pykeio#253 を解決する。

VOICEVOXの場合推論時に次の警告が出る状態なので、おそらくそれでDML CPUが必要とされると推測します。

[WARNING] ort.environment: Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
[WARNING] ort.environment: Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.

ちなみにCUDAでも同じような警告が出ました (ただしこちらは2回ではなく1回)

[WARNING] ort.environment: Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
[WARNING] ort.environment: 9 Memcpy nodes are added to the graph torch_jit for CUDAExecutionProvider. It might have negative impact on performance (including unable to run CUDA graph). Set session_options.log_severity_level=1 to see the detail logs before this message.
[WARNING] ort.environment: Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.

関連 Issue

スクリーンショット・動画など

その他

@qryxip qryxip requested a review from Hiroshiba January 8, 2025 12:13
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.

LGTM!!

これで読み込みができれば・・・!!!!!

@qryxip qryxip merged commit cecd844 into VOICEVOX:main Jan 8, 2025
5 of 7 checks passed
@qryxip qryxip deleted the fix-cherry-pick-08aaa0f branch January 8, 2025 18:13
qryxip added a commit to VOICEVOX/voicevox_core that referenced this pull request Jan 9, 2025
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.

3 participants