Add WebAssembly for VAD (#1281)

This commit is contained in:
Fangjun Kuang
2024-08-23 17:08:37 +08:00
committed by GitHub
parent fb09f8fae3
commit 1ef8a7a202
20 changed files with 1056 additions and 20 deletions

View File

@@ -1,9 +1,11 @@
name: wasm-simd-hf-space-de-tts
on:
release:
types:
- published
push:
branches:
- wasm
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
workflow_dispatch:
@@ -71,6 +73,14 @@ jobs:
name: sherpa-onnx-wasm-simd-de-tts
path: ./sherpa-onnx-wasm-simd-*.tar.bz2
- name: Release
if: (github.repository_owner == 'csukuangfj' || github.repository_owner == 'k2-fsa') && github.event_name == 'push' && contains(github.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@v2
with:
file_glob: true
overwrite: true
file: ./*.tar.bz2
- name: Publish to ModelScope
# if: false
env: