Skip to content

Commit

Permalink
merge 0.18.1 (#1189)
Browse files Browse the repository at this point in the history
0.18.1 をマージできてなかったのでマージします。
  • Loading branch information
Hiroshiba authored Apr 26, 2024
2 parents a14fc2c + b247a89 commit 9ebaa60
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-engine-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ on:
env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.18.0"
VOICEVOX_CORE_VERSION: "0.15.2"
VOICEVOX_RESOURCE_VERSION: "0.18.1"
VOICEVOX_CORE_VERSION: "0.15.3"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-engine-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ on:

env:
PYTHON_VERSION: "3.11.3"
VOICEVOX_RESOURCE_VERSION: "0.18.0"
VOICEVOX_CORE_VERSION: "0.15.2"
VOICEVOX_RESOURCE_VERSION: "0.18.1"
VOICEVOX_CORE_VERSION: "0.15.3"

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF
# assert VOICEVOX_CORE_VERSION >= 0.11.0 (ONNX)
ARG TARGETPLATFORM
ARG USE_GPU=false
ARG VOICEVOX_CORE_VERSION=0.15.2
ARG VOICEVOX_CORE_VERSION=0.15.3

RUN <<EOF
set -eux
Expand Down Expand Up @@ -275,7 +275,7 @@ RUN <<EOF
EOF

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.18.0
ARG VOICEVOX_RESOURCE_VERSION=0.18.1
RUN <<EOF
set -eux

Expand Down
9 changes: 9 additions & 0 deletions engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "0.18.1",
"descriptions": [
"キャラクター「†聖騎士 紅桜†」「雀松朱司」「麒ヶ島宗麟」「春歌ナナ」「猫使アル」「猫使ビィ」「中国うさぎ」のハミングを追加",
"キャラクター「栗田まろん」「あいえるたん」「満別花丸」「琴詠ニア」のハミングを追加",
"起動に必要なメモリ量を大幅に削減"
],
"contributors": ["Hiroshiba", "qryxip"]
},
{
"version": "0.18.0",
"descriptions": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ebaa60

Please sign in to comment.