5 releases

0.4.1 Feb 28, 2024
0.4.0 Feb 26, 2024
0.3.3 Jan 31, 2024
0.3.2 Dec 20, 2023
0.3.1 Nov 12, 2023

#713 in Machine learning

Download history 39/week @ 2024-01-20 10/week @ 2024-01-27 25/week @ 2024-02-10 64/week @ 2024-02-17 264/week @ 2024-02-24 61/week @ 2024-03-02 25/week @ 2024-03-09 4/week @ 2024-03-16 28/week @ 2024-03-30 9/week @ 2024-04-06 19/week @ 2024-04-13

56 downloads per month
Used in 4 crates

MIT/Apache

1MB
26K SLoC

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.

Dependencies

~6.5–9.5MB
~179K SLoC