Skip to content

Commit

Permalink
add: [release-0.22] to 0.22.1、中部つるぎ追加 (#1508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 26, 2024
1 parent 94b748f commit 8c779dd
Show file tree
Hide file tree
Showing 6 changed files with 20 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 @@ -14,8 +14,8 @@ on:

env:
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/voicevox_engine
VOICEVOX_RESOURCE_VERSION: "0.22.0"
VOICEVOX_CORE_VERSION: "0.15.5"
VOICEVOX_RESOURCE_VERSION: "0.22.1"
VOICEVOX_CORE_VERSION: "0.15.6"

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 @@ -25,8 +25,8 @@ on:
default: false

env:
VOICEVOX_RESOURCE_VERSION: "0.22.0"
VOICEVOX_CORE_VERSION: "0.15.5"
VOICEVOX_RESOURCE_VERSION: "0.22.1"
VOICEVOX_CORE_VERSION: "0.15.6"

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

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

# Download Resource
ARG VOICEVOX_RESOURCE_VERSION=0.22.0
ARG VOICEVOX_RESOURCE_VERSION=0.22.1
RUN <<EOF
set -eux

Expand Down
2 changes: 2 additions & 0 deletions resources/default.csv
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
宗麟,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,ソウリン,ソウリン,1/4,C1
タイプT,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タイプティー,タイプティー,4/5,C1
中国,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,チュウゴク,チュウゴク,1/4,C1
中部,1350,1350,8600,名詞,固有名詞,人名,姓,*,*,*,チュウブ,チュウブ,1/3,C1
つるぎ,1351,1351,7000,名詞,固有名詞,人名,名,*,*,*,ツルギ,ツルギ,0/3,C1
波音,1350,1350,0,名詞,固有名詞,人名,姓,*,*,*,ナミネ,ナミネ,0/3,C1
武宏,1351,1351,5000,名詞,固有名詞,人名,名,*,*,*,タケヒロ,タケヒロ,2/4,C1
ちび式じい,1351,1351,0,名詞,固有名詞,人名,名,*,*,*,チビシキジー,チビシキジー,5/6,C1
Expand Down
5 changes: 5 additions & 0 deletions resources/engine_manifest_assets/update_infos.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "0.22.1",
"descriptions": ["キャラクター「中部つるぎ」を追加"],
"contributors": []
},
{
"version": "0.22.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 8c779dd

Please sign in to comment.