Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -27,10 +27,11 @@ All variants take and return fp32 tensors — swap the `.pte` file, keep your ap
|
|
| 27 |
|
| 28 |
|
| 29 |
The Core ML build is the same graph lowered to Apple's Neural Engine instead of
|
| 30 |
-
XNNPACK, which is CPU-only.
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
|
|
|
| 34 |
|
| 35 |
\*Mac arm64, single process, median of 10 — a reference point for relative cost
|
| 36 |
only, not a device number (torch eager fp32 on the same machine: 120.1 ms).
|
|
|
|
| 27 |
|
| 28 |
|
| 29 |
The Core ML build is the same graph lowered to Apple's Neural Engine instead of
|
| 30 |
+
XNNPACK, which is CPU-only. Measured on an iPhone 17 Pro across seven models, it
|
| 31 |
+
runs **3.5x to 13.9x faster (median 12x)** at roughly half the file size — for
|
| 32 |
+
example Depth-Anything-V2-Small at 500.8 ms against 42.7 ms, and MODNet at 81.7 ms
|
| 33 |
+
against 5.9 ms. It computes in fp16 and is iOS-only; the XNNPACK files stay the
|
| 34 |
+
portable option and are what runs on Android.
|
| 35 |
|
| 36 |
\*Mac arm64, single process, median of 10 — a reference point for relative cost
|
| 37 |
only, not a device number (torch eager fp32 on the same machine: 120.1 ms).
|