From 26a5de0d94249f045fb220854dbf2141b923b4c4 Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Thu, 30 Dec 2021 17:54:11 +0900 Subject: [PATCH] to 0.9.4 (#258) --- .github/workflows/build-docker.yml | 4 ++-- .github/workflows/build.yml | 16 ++++++++-------- Dockerfile | 4 ++-- VERSION.txt | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index c287dde2f..9f499083d 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -27,8 +27,8 @@ jobs: - nvidia-ubuntu20.04 - cpu-ubuntu18.04 - nvidia-ubuntu18.04 - voicevox_core_version: [0.9.0] - voicevox_core_example_version: [0.9.0] + voicevox_core_version: [0.9.4] + voicevox_core_example_version: [0.9.4] include: # Ubuntu 20.04 - tag: '' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc45dc000..a3c301061 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: python_architecture: 'x64' pip_cache_path: ~/Library/Caches/pip voicevox_resource_version: '0.9.2' - voicevox_core_version: '0.9.0' - voicevox_core_example_version: '0.9.0' + voicevox_core_version: '0.9.4' + voicevox_core_example_version: '0.9.4' libtorch_url: https://download.pytorch.org/libtorch/cpu/libtorch-macos-1.9.0.zip artifact_name: macos-x64 @@ -279,8 +279,8 @@ jobs: - build-cpu-ubuntu18.04 - build-nvidia-ubuntu18.04 voicevox_resource_version: ['0.9.2'] - voicevox_core_version: ['0.9.0'] - voicevox_core_example_version: ['0.9.0'] + voicevox_core_version: ['0.9.4'] + voicevox_core_example_version: ['0.9.4'] include: - tag: build-cpu-ubuntu18.04 runtime_tag: cpu-ubuntu18.04 # for cache use @@ -413,9 +413,9 @@ jobs: python: '3.8' python_architecture: 'x64' voicevox_resource_version: '0.9.2' - voicevox_core_version: '0.9.0' + voicevox_core_version: '0.9.4' voicevox_core_dll_name: core_cpu.dll - voicevox_core_example_version: '0.9.0' + voicevox_core_example_version: '0.9.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 @@ -426,9 +426,9 @@ jobs: python: '3.8' python_architecture: 'x64' voicevox_resource_version: '0.9.2' - voicevox_core_version: '0.9.0' + voicevox_core_version: '0.9.4' voicevox_core_dll_name: core.dll - voicevox_core_example_version: '0.9.0' + voicevox_core_example_version: '0.9.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 367fdf604..33118556b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN <= 0.5.4 (added cpu shared object) -ARG VOICEVOX_CORE_VERSION=0.9.0 +ARG VOICEVOX_CORE_VERSION=0.9.4 ARG VOICEVOX_CORE_LIBRARY_NAME=core_cpu RUN <