Update RVC2 and RVC4 benchmark scripts to work with the dai Benchmark Nodes #60
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test - RVC4 | |
on: | |
workflow_dispatch: | |
pull_request: | |
branches: | |
- dev | |
- main | |
paths: | |
- 'modelconverter/packages/rvc4/**' | |
- 'tests/test_packages/test_rvc4.py' | |
- 'dockerfiles/Dockerfile.rvc4' | |
- 'entrypoints/entrypoint_rvc4.sh' | |
- '.github/workflows/modelconverter_test.yaml' | |
- '.github/workflows/rvc4_test.yaml' | |
jobs: | |
rvc4-test: | |
strategy: | |
fail-fast: false | |
matrix: | |
version: | |
- "2.23.0" | |
- "2.24.0" | |
- "2.25.0" | |
- "2.26.2" | |
- "2.27.0" | |
uses: ./.github/workflows/modelconverter_test.yaml | |
secrets: inherit | |
with: | |
package: rvc4 | |
version: ${{ matrix.version }} |