Skip to content

Commit 3157fdd

Browse files
Merge pull request #404 from puneetmatharu/remove-cutlass-from-torchao-third-party
2 parents c14cd74 + 98a869a commit 3157fdd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ML-Frameworks/pytorch-aarch64/get-source.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,8 @@ git-shallow-clone https://github.com/pytorch/pytorch.git $PYTORCH_HASH
117117
)
118118

119119
git-shallow-clone https://github.com/pytorch/ao.git $TORCH_AO_HASH
120+
(
121+
# Remove cutlass directory
122+
cd ao
123+
git rm third_party/cutlass
124+
)

0 commit comments

Comments
 (0)