Skip to content

Commit 5eb8998

Browse files
author
pytorchbot
committed
2025-11-04 nightly release (77f30d5)
1 parent 0bc9f86 commit 5eb8998

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docsrc/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Getting Started
2828
getting_started/installation
2929
getting_started/jetpack
3030
getting_started/quick_start
31-
getting_started/tensorrt_rtx
3231
getting_started/capture_and_replay
3332

3433
User Guide

packaging/pre_build_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [[ $(uname -m) == "aarch64" ]]; then
1212
if [[ ${os_name} == "ubuntu" ]]; then
1313
IS_JETPACK=true
1414
apt-get update
15-
apt-get install -y ninja-build gettext curl libopenblas-dev zip unzip libfmt-dev
15+
apt-get install -y ninja-build gettext curl libopenblas-dev zip unzip libfmt-dev libopenblas-dev
1616
else
1717
IS_SBSA=true
1818
yum install -y ninja-build gettext zip unzip

0 commit comments

Comments
 (0)