From fb3fefa4a3821ff8fa021b47b0eb679998376745 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Thu, 13 Aug 2020 22:36:57 -0700 Subject: [PATCH] Website: Update to link to Jetpack installation (#4789) * Update to link to Jetpack installation * Fix EP selection * Fix typo --- js/script.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/js/script.js b/js/script.js index c91b9e0028..3fa827b1a8 100644 --- a/js/script.js +++ b/js/script.js @@ -242,7 +242,10 @@ function commandMessage(key) { "windows,Python(3.5-3.7),X64,CUDA": "pip install onnxruntime-gpu", - + + "linux,Python(3.5-3.7),ARM64,CUDA": + "For Jetpack 4.4+, follow installation instructions from here", + "linux,C,X64,CUDA": "Download .tgz file from Github", @@ -1261,4 +1264,4 @@ function blurRadioButton(event) { "aria-selected": "true", "tabindex": "0" }); - }); \ No newline at end of file + });