File size: 1,188 Bytes
32da5ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
license: mit
base_model: openai/whisper-small
tags: [snapdragon, hexagon, npu, qualcomm, qnn, onnxruntime, whisper, asr, on-device, edge]
---

# Whisper‑small — QNN bundle for Snapdragon X2 Elite (Hexagon **V81**)

OpenAI **Whisper‑small** compiled to **precompiled QNN‑ONNX** (encoder + decoder)
for the **Hexagon NPU of the Snapdragon X2 Elite** (`dsp_arch v81`). Intended for
**on‑device, low‑power streaming speech‑to‑text** via **ONNX Runtime + QNN EP**.

## Specs
| | |
|---|---|
| Base model | `openai/whisper-small` |
| Format | `precompiled_qnn_onnx` (ONNX wrappers + QNN context binaries) |
| Components | encoder, decoder |
| Target | Snapdragon **X2 Elite**, Hexagon **V81** |
| Use via | ONNX Runtime with the QNN execution provider |

## How it was made
Compiled via [`qai-hub-models`](https://github.com/quic/ai-hub-models) on
**Qualcomm AI Hub**, targeting `Snapdragon X2 Elite CRD`, from stock Whisper‑small.

## ⚠️ Runtime note
Like all QNN bundles, this is version‑coupled to the QAIRT/ONNX‑Runtime‑QNN and the
Hexagon NPU driver it was built against — keep the NPU driver current.

## License
MIT (inherits OpenAI Whisper's license).