mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-16 18:31:27 +00:00
[website] add pip install instruction for power build (#10680)
* add pip install instruction for power build * fix typo
This commit is contained in:
parent
38b55f2345
commit
69c6e5658e
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue