Add C++ API for streaming zipformer ASR on RK NPU (#1908)
This commit is contained in:
6
.github/workflows/arm-linux-gnueabihf.yaml
vendored
6
.github/workflows/arm-linux-gnueabihf.yaml
vendored
@@ -199,6 +199,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"
|
||||
|
||||
@@ -206,9 +207,10 @@ jobs:
|
||||
GIT_LFS_SKIP_SMUDGE=1 git clone https://csukuangfj:$HF_TOKEN@huggingface.co/csukuangfj/sherpa-onnx-libs huggingface
|
||||
|
||||
cd huggingface
|
||||
mkdir -p arm32
|
||||
dst=arm32/$SHERPA_ONNX_VERSION
|
||||
mkdir -p $dst
|
||||
|
||||
cp -v ../sherpa-onnx-*.tar.bz2 ./arm32
|
||||
cp -v ../sherpa-onnx-*.tar.bz2 $dst/
|
||||
|
||||
git status
|
||||
git lfs track "*.bz2"
|
||||
|
||||
Reference in New Issue
Block a user