Skip to content

Add CUDA-specific compilation of mel spectrograms #363

Add CUDA-specific compilation of mel spectrograms

Add CUDA-specific compilation of mel spectrograms #363

Workflow file for this run

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