Views
No views yet
.mlpackage, fp16, cpu_and_gpu) conversions of the embedding backbones
used by the on-device pipeline in gallerywise.ai. Converted with
scripts/coreml/convert_embeddings.py
(AIB-72 / AIB-119); loaded at runtime through pyobjc Core ML with no torch in
the shipped app.| File | Source model | Notes |
|---|---|---|
siglip_vision.mlpackage.zip | google/siglip-base-patch16-384 | vision tower, 768-D |
siglip_text.mlpackage.zip | google/siglip-base-patch16-384 | text tower, 768-D |
text_embed.mlpackage.zip | sentence-transformers/all-MiniLM-L6-v2 | 384-D; mean-pool + L2-normalize baked into the graph (fixed seq-len 64) |
siglip_logit_params.json | — | SigLIP logit scale/bias |
.mlpackage bundles are directories, so they are hosted zipped (each
archive contains exactly one top-level *.mlpackage/ entry). The client fetches,
sha256-verifies, and unzips them on first launch.