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 + });