[website] add pip install instruction for power build (#10680)

* add pip install instruction for power build

* fix typo
This commit is contained in:
Faith Xu 2022-02-28 14:32:04 -08:00 committed by GitHub
parent 38b55f2345
commit 69c6e5658e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1138,13 +1138,13 @@ var validCombos = {
//power
"linux,C-API,Power,DefaultCPU":
"Follow build instructions from <a href='https://onnxruntime.ai/docs/build/inferencing.html#common-build-instructions' target='_blank'>here</a>",
"pip install onnxruntime-powerpc64le",
"linux,C++,Power,DefaultCPU":
"Follow build instructions from <a href='https://onnxruntime.ai/docs/build/inferencing.html#common-build-instructions' target='_blank'>here</a>",
"pip install onnxruntime-powerpc64le",
"linux,Python,Power,DefaultCPU":
"Follow build instructions from <a href='https://onnxruntime.ai/docs/build/inferencing.html#common-build-instructions' target='_blank'>here</a>"
"pip install onnxruntime-powerpc64le"
};