We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc9f86 commit 5eb8998Copy full SHA for 5eb8998
docsrc/index.rst
@@ -28,7 +28,6 @@ Getting Started
28
getting_started/installation
29
getting_started/jetpack
30
getting_started/quick_start
31
- getting_started/tensorrt_rtx
32
getting_started/capture_and_replay
33
34
User Guide
packaging/pre_build_script.sh
@@ -12,7 +12,7 @@ if [[ $(uname -m) == "aarch64" ]]; then
12
if [[ ${os_name} == "ubuntu" ]]; then
13
IS_JETPACK=true
14
apt-get update
15
- apt-get install -y ninja-build gettext curl libopenblas-dev zip unzip libfmt-dev
+ apt-get install -y ninja-build gettext curl libopenblas-dev zip unzip libfmt-dev libopenblas-dev
16
else
17
IS_SBSA=true
18
yum install -y ninja-build gettext zip unzip
0 commit comments