We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16debbd commit b5ce24eCopy full SHA for b5ce24e
1 file changed
ML-Frameworks/pytorch-aarch64/get-source.sh
@@ -50,6 +50,9 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
50
git rm third_party/NVTX
51
# fbgemm/fbgemm_gpu/experimental/gen_ai has moved to the 'mslk' repo. Get rid of it
52
git rm third_party/mslk
53
+ # This third-party folder contains just a license to cover libomp from the LLVM project
54
+ # which is not present in our torch build; it contains libgomp
55
+ git rm -r third_party/llvm-openmp
56
57
# Update submodules
58
git submodule sync
0 commit comments