File size: 809 Bytes
9d9aaa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: mit
library_name: coreml
base_model: ZhengPeng7/BiRefNet_lite
tags:
- coreml
- apple
---

# BiRefNet Lite 1024 for Core ML

Unofficial Core ML conversion and Apple-platform validation record for the
pinned upstream checkpoint. Source and reproducibility tooling are in
[miracle2k/birefnet-lite-coreml](https://github.com/miracle2k/birefnet-lite-coreml).

| Artifact | Apple target | Status |
| --- | --- | --- |
| `fp32/r1` | iOS 17+ | Stable; CPU-only execution is recommended |

Each artifact directory contains exactly one `.mlpackage.zip`, `manifest.json`,
and `SHA256SUMS`. Verify a downloaded directory with:

    shasum -a 256 -c SHA256SUMS

Pin the exact artifact path and archive SHA. P8 is retained in the source
repository as experiment evidence only; no P8 package is published here.