Skip to content

feat: add Cohere Transcribe ONNX model support #66

feat: add Cohere Transcribe ONNX model support

feat: add Cohere Transcribe ONNX model support #66

Workflow file for this run

name: Format
on:
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- run: cargo fmt --all -- --check