Skip to content

adds cohere-transcribe INT4/INT8 via onnx runtime #71

adds cohere-transcribe INT4/INT8 via onnx runtime

adds cohere-transcribe INT4/INT8 via onnx runtime #71

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