Skip to content

command : enable beam-search, add "no_timestamps", add "context", add p #144

command : enable beam-search, add "no_timestamps", add "context", add p

command : enable beam-search, add "no_timestamps", add "context", add p #144

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