onnx-genai-example-whisper-tiny

Private real-weight ONNX package produced by Mobius from openai/whisper-tiny at immutable revision 169d4a4341b33bc18d8881c4b69c2e104e1cc0af. Source license: apache-2.0.

Contents

  • Canonical, hashless inference_metadata.yaml
  • ONNX graphs and external-data weights
  • Complete tokenizer/processor assets
  • request.json and output.json real runtime evidence
  • graph_report.json, performance.json, source.json, and provenance.json

Observed output: Mr. Quilter is the apostle of the middle classes and we are glad to welcome his gospel.

Exact download

hf download justinchuby/onnx-genai-example-whisper-tiny --repo-type model --local-dir ./whisper-tiny

ONNX Runtime load smoke test

python - <<'PY'
from pathlib import Path
import onnxruntime as ort

root = Path("whisper-tiny")
for relative_path in ['decoder/model.onnx', 'encoder/model.onnx']:
    session = ort.InferenceSession(
        str(root / relative_path),
        providers=['CPUExecutionProvider'],
    )
    print(relative_path, session.get_providers(), [x.name for x in session.get_inputs()])
PY

The exact successful probe request, output, versions, providers, and timings are preserved in request.json, output.json, and performance.json.

Annotated inference metadata

Review inference_metadata.annotated.yaml for inline explanations of this package's workflow, tensor/state/cache contracts, and fail-closed omissions. inference_metadata.yaml remains the canonical machine-authored contract; automated validation confirms both files parse to the same metadata object.

Downloads last month
216
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including justinchuby/onnx-genai-example-whisper-tiny