File size: 1,340 Bytes
30ecea1 | 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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | {
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "openai/whisper-tiny",
"inputs": [
[
1,
1500,
384
],
[
1,
128
]
],
"variants": [
{
"file": "whisper_tiny_decoder_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 59.3
},
{
"file": "whisper_tiny_decoder_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 99.1
},
{
"file": "whisper_tiny_decoder_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 198.0
},
{
"file": "whisper_tiny_encoder_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 16.6
},
{
"file": "whisper_tiny_encoder_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 17.6
},
{
"file": "whisper_tiny_encoder_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 32.9
},
{
"file": "whisper_tiny_encoder_xnnpack_int8.pte",
"backend": "xnnpack",
"precision": "int8",
"size_mb": 11.7
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}
|