Skip to content

Commit

Permalink
refactor the build script for wasm-vad-asr
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Aug 24, 2024
1 parent 2b7ae9b commit 68b3e8c
Show file tree
Hide file tree
Showing 16 changed files with 447 additions and 679 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/wasm-simd-hf-space-de-tts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.51
actions-cache-folder: 'emsdk-cache'

- name: View emsdk version
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/wasm-simd-hf-space-en-asr-zipformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
fetch-depth: 0
- name: Install emsdk
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.51
actions-cache-folder: 'emsdk-cache'

- name: View emsdk version
shell: bash
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/wasm-simd-hf-space-en-tts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v14
with:
version: 3.1.51
actions-cache-folder: 'emsdk-cache'

- name: View emsdk version
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wasm-simd-hf-space-silero-vad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install emsdk
uses: mymindstorm/setup-emsdk@v14
with:
Expand Down
166 changes: 0 additions & 166 deletions .github/workflows/wasm-simd-hf-space-vad-asr-sense-voice.yaml

This file was deleted.

169 changes: 0 additions & 169 deletions .github/workflows/wasm-simd-hf-space-vad-asr-whisper-tiny-en.yaml

This file was deleted.

Loading

0 comments on commit 68b3e8c

Please sign in to comment.