Skip to content

Commit

Permalink
min指定時にmodelディレクトリは無いはず
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 12, 2023
1 parent 95c8dcf commit c504620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/download_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/README.*
README.txt
check_not_exists_items: |
*directml*
Expand All @@ -97,6 +96,7 @@ jobs:
*nvidia*
*cufft*
*curand*
model/README.*
open_jtalk_dic_utf_8-1.11
- name: DirectML option確認
os: windows-latest
Expand All @@ -123,7 +123,6 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/README.*
README.txt
check_not_exists_items: |
*cuda*
Expand All @@ -134,6 +133,7 @@ jobs:
*curand*
Directml.dll
DirectML_LICENSE.txt
model/README.*
open_jtalk_dic_utf_8-1.11
- name: cuda option確認
os: windows-latest
Expand Down Expand Up @@ -163,7 +163,6 @@ jobs:
download_dir: voicevox_core
check_items: |
voicevox_core.dll
model/README.*
README.txt
check_not_exists_items: |
*directml*
Expand All @@ -178,6 +177,7 @@ jobs:
cudnn_ops_infer64_*.dll
cufft64_*.dll
curand64_*.dll
model/README.*
open_jtalk_dic_utf_8-1.11
runs-on: ${{ matrix.os }}
name: ${{ matrix.name }}-${{ matrix.os }}
Expand Down

0 comments on commit c504620

Please sign in to comment.