Website: Update to link to Jetpack installation (#4789)

* Update to link to Jetpack installation

* Fix EP selection

* Fix typo
This commit is contained in:
Faith Xu 2020-08-13 22:36:57 -07:00 committed by GitHub
parent dfe04bd91a
commit fb3fefa4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <a href='https://elinux.org/Jetson_Zoo#ONNX_Runtime' target='_blank'>here</a>",
"linux,C,X64,CUDA":
"Download .tgz file from&nbsp;<a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
@ -1261,4 +1264,4 @@ function blurRadioButton(event) {
"aria-selected": "true",
"tabindex": "0"
});
});
});