mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Changed referenced protobuf version from 3.11.2 to 3.18.1 Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
This commit is contained in:
parent
57a545e056
commit
ebf1ed8c74
1 changed files with 2 additions and 2 deletions
4
docs/build/inferencing.md
vendored
4
docs/build/inferencing.md
vendored
|
|
@ -301,8 +301,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.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.
|
||||
|
||||
The version must match the one onnxruntime is using in `cmake/external/protobuf`. Currently we are using 3.18.1.
|
||||
|
||||
3. (Optional) Setup sysroot to enable python extension. *Skip if not using Python.*
|
||||
|
||||
Dump the root file system of the target operating system to your build machine. We'll call that folder "sysroot" and use it for build onnxruntime python extension. Before doing that, you should install python3 dev package(which contains the C header files) and numpy python package on the target machine first.
|
||||
|
|
|
|||
Loading…
Reference in a new issue