From cb4958933642c3d1f413dd3e7ef0142c1e8f8f45 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Tue, 23 Aug 2022 15:57:55 -0700 Subject: [PATCH] [website] update power build instructions (#12673) update power build instructions --- js/script.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/script.js b/js/script.js index 3d6b940089..93a74a7562 100644 --- a/js/script.js +++ b/js/script.js @@ -1110,10 +1110,10 @@ var validCombos = { //power "linux,C-API,Power,DefaultCPU": - "pip install onnxruntime-powerpc64le", + "Follow build instructions from here", - "linux,C++,Power,DefaultCPU": - "pip install onnxruntime-powerpc64le", + "linux,C++,Power,DefaultCPU": + "Follow build instructions from here", "linux,Python,Power,DefaultCPU": "pip install onnxruntime-powerpc64le",