mlboydaisuke commited on
Commit
4c6a6d0
·
verified ·
1 Parent(s): fbcde80

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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. On an iPhone 17 Pro, Depth-Anything-V2-Small runs
31
- 500.8 ms through XNNPACK and 42.7 ms through Core ML, at half the file size. It
32
- computes in fp16 and is iOS-only; the XNNPACK files stay the portable option and
33
- 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: 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).