Running SigLIP 2 on CPU with Rust+ONNX

kuaythrone · reddit · 2026-07-18

The author is building a robotics data platform handling images, videos, and text metadata simultaneously.

Their approach splits the multimodal embedding process of SigLIP 2 into two pipelines:

Since text and images ultimately share the same embedding space, text can directly search the image index built by the GPU. The author finds this split highly practical: reserving scarce GPUs for high-throughput multimodal ingestion while scaling the query side with standard CPU machines. They are also curious if others are using Rust for similar low-latency inference services.

Original post →

More from Infra

Infra channel →