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