Add two-pass ASR Android APKs for Moonshine models. (#1499)

This commit is contained in:
Fangjun Kuang
2024-10-31 17:54:16 +08:00
committed by GitHub
parent 9fa3bc40d7
commit a3c89aa0d8
4 changed files with 68 additions and 2 deletions

View File

@@ -23,8 +23,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
total: ["2"]
index: ["0", "1"]
total: ["4"]
index: ["0", "1", "2", "3"]
steps:
- uses: actions/checkout@v4