We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e7828 commit e4f10bbCopy full SHA for e4f10bb
candle-onnx/README.md
@@ -1,21 +1,3 @@
1
# candle-onnx
2
3
This crate adds ONNX support to candle
4
-
5
-## FAQ
6
7
-#### Missing protoc installation when compiling candle-onnx
8
9
-The candle-onnx dependency prost-build no longer comes bundled with prost
10
-binaries. This could cause the following error when attempting to compile
11
-candle-onnx:
12
13
-```
14
-error: failed to run custom build command for `candle-onnx`
15
-Caused by: // (...)
16
- Could not find `protoc` installation and this build crate cannot proceed without this knowledge.
17
18
19
-To fix this issue install protoc on your system and make it available in your
20
-system `PATH`. See the [protoc
21
-documentation](https://grpc.io/docs/protoc-installation/) for more information.
0 commit comments