12 releases (5 breaking)

new 0.8.0 Nov 12, 2024
0.7.2 Sep 29, 2024
0.6.0 Jun 29, 2024
0.5.1 May 22, 2024
0.3.1 Nov 12, 2023

#1042 in Machine learning

Download history 6/week @ 2024-07-29 12/week @ 2024-08-05 10/week @ 2024-08-12 18/week @ 2024-08-19 38/week @ 2024-08-26 20/week @ 2024-09-02 62/week @ 2024-09-09 184/week @ 2024-09-16 357/week @ 2024-09-23 118/week @ 2024-09-30 50/week @ 2024-10-07 88/week @ 2024-10-14 80/week @ 2024-10-21 52/week @ 2024-10-28 97/week @ 2024-11-04 164/week @ 2024-11-11

397 downloads per month
Used in 4 crates

MIT/Apache

1.5MB
32K 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

~8–11MB
~209K SLoC