From 69c6e5658ef0cbc7d89714759eaa53982fe32c41 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Mon, 28 Feb 2022 14:32:04 -0800 Subject: [PATCH] [website] add pip install instruction for power build (#10680) * add pip install instruction for power build * fix typo --- js/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/script.js b/js/script.js index 64dba67e6f..4679fab014 100644 --- a/js/script.js +++ b/js/script.js @@ -1138,13 +1138,13 @@ var validCombos = { //power "linux,C-API,Power,DefaultCPU": - "Follow build instructions from here", + "pip install onnxruntime-powerpc64le", "linux,C++,Power,DefaultCPU": - "Follow build instructions from here", + "pip install onnxruntime-powerpc64le", "linux,Python,Power,DefaultCPU": - "Follow build instructions from here" + "pip install onnxruntime-powerpc64le" };