diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 693727f4d..88a557dce 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -26,8 +26,8 @@ jobs: - nvidia-ubuntu20.04 - cpu-ubuntu18.04 - nvidia-ubuntu18.04 - voicevox_core_version: [0.7.0] - voicevox_core_example_version: [0.7.0] + voicevox_core_version: [0.7.4] + voicevox_core_example_version: [0.7.4] include: # Ubuntu 20.04 - tag: '' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 639d2c8b2..3a5628aed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ jobs: tag: - build-cpu-ubuntu18.04 - build-nvidia-ubuntu18.04 - voicevox_core_version: [0.7.0] - voicevox_core_example_version: [0.7.0] + voicevox_core_version: [0.7.4] + voicevox_core_example_version: [0.7.4] include: - tag: build-cpu-ubuntu18.04 runtime_tag: cpu-ubuntu18.04 # for cache use @@ -128,9 +128,9 @@ jobs: - os: windows-2019 python: '3.7' python_architecture: 'x64' - voicevox_core_version: '0.7.0' + voicevox_core_version: '0.7.4' voicevox_core_dll_name: core_cpu.dll - voicevox_core_example_version: '0.7.0' + voicevox_core_example_version: '0.7.4' libtorch_url: https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-1.9.0%2Bcpu.zip ccache_url: https://github.com/ccache/ccache/releases/download/v4.4.1/ccache-4.4.1-windows-64.zip artifact_name: windows-cpu @@ -140,9 +140,9 @@ jobs: - os: windows-2019 python: '3.7' python_architecture: 'x64' - voicevox_core_version: '0.7.0' + voicevox_core_version: '0.7.4' voicevox_core_dll_name: core.dll - voicevox_core_example_version: '0.7.0' + voicevox_core_example_version: '0.7.4' libtorch_url: https://download.pytorch.org/libtorch/cu111/libtorch-win-shared-with-deps-1.9.0%2Bcu111.zip ccache_url: https://github.com/ccache/ccache/releases/download/v4.4.1/ccache-4.4.1-windows-64.zip artifact_name: windows-nvidia diff --git a/Dockerfile b/Dockerfile index b4374991a..76e69deec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN <= 0.5.4 (added cpu shared object) -ARG VOICEVOX_CORE_VERSION=0.7.0 +ARG VOICEVOX_CORE_VERSION=0.7.4 ARG VOICEVOX_CORE_LIBRARY_NAME=core_cpu RUN <