[website] update power build instructions (#12673)

update power build instructions
This commit is contained in:
Faith Xu 2022-08-23 15:57:55 -07:00 committed by GitHub
parent 369a470327
commit cb49589336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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