Skip to content

Commit ab6b2f5

Browse files
authored
fix: voicevox_coreのバージョンを0.16.2にし、CUDAでの音声合成が数秒かかる問題を修正 (#1812)
1 parent e794649 commit ab6b2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-engine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ on:
3030

3131
env:
3232
VOICEVOX_RESOURCE_VERSION: "0.24.1"
33-
VOICEVOX_CORE_AND_DOWNLOADER_VERSION: "0.16.1"
33+
VOICEVOX_CORE_AND_DOWNLOADER_VERSION: "0.16.2"
3434
VOICEVOX_ONNXRUNTIME_VERSION: "voicevox_onnxruntime-1.17.3"
3535
VOICEVOX_ADDITIONAL_LIBRARIES_VERSION: "0.2.0"
36-
VOICEVOX_VVM_VERSION: "0.16.0"
36+
VOICEVOX_VVM_VERSION: "0.16.1"
3737

3838
defaults:
3939
run:

0 commit comments

Comments
 (0)