Skip to content

Commit

Permalink
Update setup_libtorch.sh
Browse files Browse the repository at this point in the history
Remove line used in debugging
  • Loading branch information
ke7kto authored Nov 7, 2024
1 parent b8feaf4 commit 9c4ad51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/setup_libtorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ PACKAGE=${TORCH_DEST}/${FILENAME}
if [[ -f $PACKAGE ]]; then
echo "Found requested package for libtorch v. $VERSION, no need to download."
else
echo https://download.pytorch.org/libtorch/$TORCH_DISTRIBUTION/$FILENAME
curl -L $IGNORE_CERT -o $PACKAGE https://download.pytorch.org/libtorch/$TORCH_DISTRIBUTION/$FILENAME
fi
echo "Extracting $PACKAGE."
Expand Down

0 comments on commit 9c4ad51

Please sign in to comment.