mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
Correct version of protoc for Linux ARM build (#12241)
This commit is contained in:
parent
d138872142
commit
fa1af609ee
1 changed files with 2 additions and 2 deletions
4
docs/build/inferencing.md
vendored
4
docs/build/inferencing.md
vendored
|
|
@ -300,8 +300,8 @@ This option is very fast and allows the package to be built in minutes, but is c
|
|||
|
||||
2. Get a pre-compiled protoc:
|
||||
|
||||
Get this from https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip and unzip after downloading.
|
||||
The version must match the one onnxruntime is using. Currently we are using 3.11.2.
|
||||
Get this from https://github.com/protocolbuffers/protobuf/releases/download/v3.18.1/protoc-3.18.1-linux-x86_64.zip and unzip after downloading.
|
||||
The version must match the one onnxruntime is using. Currently we are using 3.18.1.
|
||||
|
||||
3. (Optional) Setup sysroot to enable python extension. *Skip if not using Python.*
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue