Add CUDA-specific compilation of mel spectrograms #363
Workflow file for this run
This file contains hidden or 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: Bindings Tests (Go) | |
on: | |
push: | |
paths: | |
- bindings/go/** | |
- whisper.h | |
pull_request: | |
paths: | |
- bindings/go/** | |
- whisper.h | |
jobs: | |
ubuntu-latest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: '^1.19' | |
- uses: actions/checkout@v1 | |
- run: | | |
cd bindings/go | |
make test |