Skip to content

Commit

Permalink
to 0.9.4 (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 30, 2021
1 parent 79b376e commit 26a5de0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN <<EOF
EOF

# assert VOICEVOX_CORE_VERSION >= 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 <<EOF
set -eux
Expand Down Expand Up @@ -209,7 +209,7 @@ COPY --from=download-libtorch-env /etc/ld.so.conf.d/libtorch.conf /etc/ld.so.con
COPY --from=download-libtorch-env /opt/libtorch /opt/libtorch

# Clone VOICEVOX Core example
ARG VOICEVOX_CORE_EXAMPLE_VERSION=0.9.0
ARG VOICEVOX_CORE_EXAMPLE_VERSION=0.9.4
RUN <<EOF
git clone -b "${VOICEVOX_CORE_EXAMPLE_VERSION}" --depth 1 https://github.com/Hiroshiba/voicevox_core.git /opt/voicevox_core_example
cd /opt/voicevox_core_example/
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.9.4

0 comments on commit 26a5de0

Please sign in to comment.