mlboydaisuke commited on
Commit
0661858
·
verified ·
1 Parent(s): b119ce7

Upload README.md with huggingface_hub

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