| { | |
| "model_type": "executorch-pte", | |
| "format": "pte", | |
| "framework": "ExecuTorch", | |
| "source": "chequanghuy/TwinLiteNet (pretrained/best.pth)", | |
| "inputs": [ | |
| [ | |
| 1, | |
| 3, | |
| 360, | |
| 640 | |
| ] | |
| ], | |
| "variants": [ | |
| { | |
| "file": "twinlitenet_coreml_all.pte", | |
| "backend": "coreml", | |
| "precision": "fp16", | |
| "size_mb": 1.3 | |
| }, | |
| { | |
| "file": "twinlitenet_xnnpack_fp32.pte", | |
| "backend": "xnnpack", | |
| "precision": "fp32", | |
| "size_mb": 1.8 | |
| } | |
| ], | |
| "note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions." | |
| } | |