mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
Website: Update to link to Jetpack installation (#4789)
* Update to link to Jetpack installation * Fix EP selection * Fix typo
This commit is contained in:
parent
dfe04bd91a
commit
fb3fefa4a3
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <a href='https://github.com/microsoft/onnxruntime/releases' target='_blank'>Github</a>",
|
||||
|
||||
|
|
@ -1261,4 +1264,4 @@ function blurRadioButton(event) {
|
|||
"aria-selected": "true",
|
||||
"tabindex": "0"
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue