We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c528d5d + d68cf3c commit ba84f90Copy full SHA for ba84f90
1 file changed
ML-Frameworks/pytorch-aarch64/get-source.sh
@@ -56,6 +56,8 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
56
git rm third_party/cutlass
57
git rm third_party/flash-attention
58
git rm third_party/NVTX
59
+ # fbgemm/fbgemm_gpu/experimental/gen_ai has moved to the 'mslk' repo. Get rid of it
60
+ git rm third_party/mslk
61
62
# Update submodules
63
git submodule sync
0 commit comments