candle/candle-onnx
Laurent Mazare 89f53b9d7b
Bump the version number to 0.5.1. (#2155)
* Bump the version number to 0.5.1.

* Fix clippy lints for 1.78.

* More clippy fixes.
2024-05-03 11:17:05 +02:00
..
src candle-onnx: add operators RandomUniform and Exp (#2116) 2024-04-23 19:02:19 +02:00
tests Fix for rustfmt. (#2117) 2024-04-23 19:09:33 +02:00
Cargo.toml Bump the version number to 0.5.1. (#2155) 2024-05-03 11:17:05 +02:00
README.md Put the onnx example behind a feature flag. (#1276) 2023-11-06 07:45:07 +01:00
build.rs Add some preliminary ONNX support (#1260) 2023-11-04 06:36:05 +01:00

README.md

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.