Skip to content

Commit

Permalink
don't clone llvm for torch frontend (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Chengji Yao <[email protected]>
  • Loading branch information
zhekunz2 and yaochengji authored Dec 11, 2023
1 parent e3b31f2 commit 56b8397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/frontends/torch-frontend/envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ function prepare_for_build() {
git submodule update --init -f $TORCH_MLIR_ROOT
pushd $TORCH_MLIR_ROOT
git submodule update --init -f externals/stablehlo
git submodule update --init -f externals/llvm-project
popd

# apply patches
Expand Down

0 comments on commit 56b8397

Please sign in to comment.