Skip to content

Commit

Permalink
Fix creation of link for gloo includes
Browse files Browse the repository at this point in the history
  • Loading branch information
HGuillemet committed Jun 13, 2024
1 parent 20b3bfc commit 3bb3c2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytorch/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ rm -Rf ../lib
if [[ ! -e torch/include/gloo ]]; then
ln -sf ../../third_party/gloo/gloo torch/include
fi
ln -sf ../../third_party/gloo/gloo torch/include
ln -sf pytorch/torch/include ../include
ln -sf pytorch/torch/lib ../lib
ln -sf pytorch/torch/bin ../bin
Expand Down

0 comments on commit 3bb3c2a

Please sign in to comment.