Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to 0.9.4 #258

Merged
merged 1 commit into from
Dec 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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