Crates.io | candle-onnx |
lib.rs | candle-onnx |
version | 0.9.1 |
created_at | 2023-11-12 10:25:38.237001+00 |
updated_at | 2025-05-01 08:25:02.986348+00 |
description | ONNX support for Candle |
homepage | |
repository | https://github.com/huggingface/candle |
max_upload_size | |
id | 1032639 |
size | 349,434 |
This crate adds ONNX support to candle
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.