Add C++ API for streaming zipformer ASR on RK NPU (#1908)
This commit is contained in:
6
.github/workflows/riscv64-linux.yaml
vendored
6
.github/workflows/riscv64-linux.yaml
vendored
@@ -239,6 +239,7 @@ jobs:
|
||||
timeout_seconds: 200
|
||||
shell: bash
|
||||
command: |
|
||||
SHERPA_ONNX_VERSION=$(grep "SHERPA_ONNX_VERSION" ./CMakeLists.txt | cut -d " " -f 2 | cut -d '"' -f 2)
|
||||
git config --global user.email "csukuangfj@gmail.com"
|
||||
git config --global user.name "Fangjun Kuang"
|
||||
|
||||
@@ -248,9 +249,10 @@ jobs:
|
||||
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/csukuangfj/sherpa-onnx-libs huggingface
|
||||
|
||||
cd huggingface
|
||||
mkdir -p riscv64
|
||||
dst=riscv64/$SHERPA_ONNX_VERSION
|
||||
mkdir -p $dst
|
||||
|
||||
cp -v ../sherpa-onnx-*-shared.tar.bz2 ./riscv64
|
||||
cp -v ../sherpa-onnx-*-shared.tar.bz2 $dst/
|
||||
|
||||
git status
|
||||
git lfs track "*.bz2"
|
||||
|
||||
Reference in New Issue
Block a user