Skip to content

Commit

Permalink
Fix TensorFlow download version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekAlexis authored Oct 16, 2021
1 parent 3b3d746 commit 8f59591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_jetson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ L4T_VERSION=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core | cut
# Jetpack>=4.4 (OpenCV, CUDA, TensorRT) is required
if dpkg --compare-versions $L4T_VERSION ge 32.6; then
TF_VERSION=1.15.5
NV_VERSION=21.7
NV_VERSION=21.6
elif dpkg --compare-versions $L4T_VERSION ge 32.5; then
TF_VERSION=1.15.4
NV_VERSION=20.12
Expand Down

0 comments on commit 8f59591

Please sign in to comment.