xybrid 0.5.0

Hybrid cloud-edge AI inference SDK — umbrella crate re-exporting xybrid-sdk.
docs.rs failed to build xybrid-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

xybrid

Hybrid cloud-edge AI inference SDK for Rust.

This is the umbrella crate. It re-exports xybrid-sdk so applications can depend on a single name:

[dependencies]
xybrid = "0.2"

Features

Feature flags forward 1:1 to xybrid-sdk. Pick the preset that matches your target platform:

  • platform-macos — CoreML + Metal + llama.cpp (vision) + whisper.cpp ASR
  • platform-ios — CoreML + Metal + llama.cpp (vision) + whisper.cpp ASR
  • platform-android — Dynamic ORT + llama.cpp (vision) + whisper.cpp ASR
  • platform-desktop — CPU ORT + llama.cpp (vision) + whisper.cpp ASR (Linux/Windows)

For finer-grained control, enable individual features such as ort-download, candle, llm-llamacpp, huggingface, etc. On Linux, set XYBRID_LLAMA_CPP_VULKAN=1 when building platform-desktop to opt into Vulkan acceleration.

License

Apache-2.0