mlboydaisuke commited on
Commit
870dab7
·
verified ·
1 Parent(s): a15bd95

Upload README.md with huggingface_hub

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