Skip to content

Commit

Permalink
Undid erroneous attempt at not updating all submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
stemann committed Mar 18, 2022
1 parent ec1a022 commit 3c03c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion T/Torch/Torch/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
cmake_extra_args="-DUSE_CUDA=OFF -DUSE_MAGMA=OFF"
fi
git submodule update --init third_party/{breakpad,fmt,foxi,onnx,tensorpipe,gloo,QNNPACK,FXdiv,psimd,FP16,NNPACK,fbgemm}
git submodule update --init --recursive
mkdir build
cd build
cmake \
Expand Down

0 comments on commit 3c03c11

Please sign in to comment.