Views
No views yet
openai/whisper-tiny at immutable revision
169d4a4341b33bc18d8881c4b69c2e104e1cc0af. Source license: apache-2.0.inference_metadata.yamlrequest.json and output.json real runtime evidencegraph_report.json, performance.json, source.json, and provenance.json Mr. Quilter is the apostle of the middle classes and we are glad to welcome his gospel.hf download justinchuby/onnx-genai-example-whisper-tiny --repo-type model --local-dir ./whisper-tiny1python - <<'PY'
2from pathlib import Path
3import onnxruntime as ort
4
5root = Path("whisper-tiny")
6for relative_path in ['decoder/model.onnx', 'encoder/model.onnx']:
7 session = ort.InferenceSession(
8 str(root / relative_path),
9 providers=['CPUExecutionProvider'],
10 )
11 print(relative_path, session.get_providers(), [x.name for x in session.get_inputs()])
12PYrequest.json, output.json, and performance.json.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.