candle-onnx

Crates.iocandle-onnx
lib.rscandle-onnx
version0.9.1
created_at2023-11-12 10:25:38.237001+00
updated_at2025-05-01 08:25:02.986348+00
descriptionONNX support for Candle
homepage
repositoryhttps://github.com/huggingface/candle
max_upload_size
id1032639
size349,434
Laurent Mazare (LaurentMazare)

documentation

README

candle-onnx

This crate adds ONNX support to candle

FAQ

Missing protoc installation when compiling candle-onnx

The candle-onnx dependency prost-build no longer comes bundled with prost binaries. This could cause the following error when attempting to compile candle-onnx:

error: failed to run custom build command for `candle-onnx`
Caused by: // (...)
  Could not find `protoc` installation and this build crate cannot proceed without this knowledge.

To fix this issue install protoc on your system and make it available in your system PATH. See the protoc documentation for more information.

Commit count: 2385

cargo fmt