Skip to content

Releases: qora-protocol/QORA-VISION-IMAGE

QORA-Vision Image v0.1.0

08 Mar 21:41
bffcc64

Choose a tag to compare

QORA-Vision Image — Pure Rust SigLIP 2 Inference

Zero-shot image classification + image-text similarity.

Downloads

File Size Description
model.qora-vision 210 MB Q4 weights (vision + text encoder)
tokenizer.json 33 MB Text tokenizer (256K vocab)
config.json 611 B Config
qora-vision.exe 34 MB Windows GPU+CPU binary

Quick Start

qora-vision siglip --load model.qora-vision --image photo.jpg --labels "cat,dog,bird"

Build from Source

cargo build --release                       # CPU
cargo build --release --features gpu        # GPU (Vulkan)
cargo build --release --features gpu-metal  # GPU (Metal)

Full Changelog: https://github.com/qora-protocol/QORA-VISION-IMAGE/commits/v0.1.0