Skip to content

Commit

Permalink
ignore error when applying patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jul 20, 2023
1 parent 1c3330b commit 4f00b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libtorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
ls
cd pytorch
git apply ../patch/MPSAllocator-${{ github.event.inputs.branch }}.patch
git apply ../patch/MPSAllocator-${{ github.event.inputs.branch }}.patch || true
- name: Build Libtorch
run: |
mkdir pytorch-build
Expand Down

0 comments on commit 4f00b04

Please sign in to comment.