Skip to content

Commit

Permalink
to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 20, 2021
1 parent 0e8f748 commit f7a1dea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN <<EOF
EOF

# assert VOICEVOX_CORE_VERSION >= 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 <<EOF
wget -nv --show-progress -c -O "./core.zip" "https://github.com/Hiroshiba/voicevox_core/releases/download/${VOICEVOX_CORE_VERSION}/core.zip"
Expand Down Expand Up @@ -201,7 +201,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.7.0
ARG VOICEVOX_CORE_EXAMPLE_VERSION=0.7.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.7.0
0.7.4

0 comments on commit f7a1dea

Please sign in to comment.