Skip to content

Commit

Permalink
download_testを0.14.0に対応させる (#411)
Browse files Browse the repository at this point in the history
* download_testを0.14.0に対応させる

* onnxruntime_providers_shared.dllがCPU版に入っていることを前提にする
  • Loading branch information
qryxip authored and Hiroshiba committed Feb 4, 2023
1 parent d7c45de commit f69d15e
Showing 1 changed file with 29 additions and 18 deletions.
47 changes: 29 additions & 18 deletions .github/workflows/download_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ jobs:
download_command: cargo run -vv -p download
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
# https://github.com/VOICEVOX/voicevox_core/pull/411#issuecomment-1412457592
check_not_exists_items: |
*directml*
*cuda*
*cudnn*
*onnxruntime*providers*
*eula*
*nvidia*
*cufft*
Expand All @@ -35,14 +36,14 @@ jobs:
download_command: cargo run -vv -p download -- --cpu-arch x86
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
*directml*
*cuda*
*cudnn*
*onnxruntime*providers*
*eula*
*nvidia*
*cufft*
Expand All @@ -52,14 +53,14 @@ jobs:
download_command: cargo run -vv -p download -- -o other_output
download_dir: other_output
check_items: |
core.dll
voicevox_core.dll
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
*directml*
*cuda*
*cudnn*
*onnxruntime*providers*
*eula*
*nvidia*
*cufft*
Expand All @@ -69,13 +70,13 @@ jobs:
download_command: cargo run -vv -p download -- --min
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
README.txt
check_not_exists_items: |
*directml*
*cuda*
*cudnn*
*onnxruntime*providers*
*eula*
*nvidia*
*cufft*
Expand All @@ -86,7 +87,8 @@ jobs:
download_command: cargo run -vv -p download -- --device directml
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
DirectML.dll
Expand All @@ -104,7 +106,8 @@ jobs:
download_command: cargo run -vv -p download -- --device directml --min
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
README.txt
check_not_exists_items: |
*cuda*
Expand All @@ -121,7 +124,8 @@ jobs:
download_command: cargo run -vv -p download -- --device cuda
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
EULA.txt
Expand All @@ -142,7 +146,8 @@ jobs:
download_command: cargo run -vv -p download -- --device cuda --min
download_dir: voicevox_core
check_items: |
core.dll
voicevox_core.dll
model/metas.json
README.txt
check_not_exists_items: |
*directml*
Expand All @@ -163,7 +168,8 @@ jobs:
download_command: ./scripts/downloads/download.sh
download_dir: voicevox_core
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
Expand All @@ -180,7 +186,8 @@ jobs:
download_command: ./scripts/downloads/download.sh --cpu-arch x64
download_dir: voicevox_core
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
Expand All @@ -197,7 +204,8 @@ jobs:
download_command: ./scripts/downloads/download.sh --output other_output
download_dir: other_output
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
check_not_exists_items: |
Expand All @@ -214,7 +222,8 @@ jobs:
download_command: ./scripts/downloads/download.sh --min
download_dir: voicevox_core
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
README.txt
check_not_exists_items: |
*directml*
Expand All @@ -231,7 +240,8 @@ jobs:
download_command: ./scripts/downloads/download.sh --device cuda
download_dir: voicevox_core
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
open_jtalk_dic_utf_8-1.11
README.txt
EULA.txt
Expand All @@ -251,7 +261,8 @@ jobs:
download_command: ./scripts/downloads/download.sh --device cuda --min
download_dir: voicevox_core
check_items: |
libcore.so
libvoicevox_core.so
model/metas.json
README.txt
check_not_exists_items: |
*directml*
Expand Down

0 comments on commit f69d15e

Please sign in to comment.