Skip to content

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422) #175

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422)

sync : ggml (backend v2, k-quants, CUDA opts, Metal opts, etc.) (#1422) #175

Workflow file for this run

name: Bindings Tests (Ruby)
on:
push:
paths:
- bindings/ruby/**
- whisper.h
pull_request:
paths:
- bindings/ruby/**
- whisper.h
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- uses: actions/checkout@v1
- run: |
cd bindings/ruby/ext
ruby extconf.rb && make