Skip to content

Commit d2c9edf

Browse files
committed
workflows: build-torch: fix 'git apply' path for torch
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent 4e59d2d commit d2c9edf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-torch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ jobs:
146146
- name: Patch pytorch source
147147
working-directory: pytorch
148148
run: |
149-
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}/0001-CI-Add-manywheel-Dockerfile-for-riscv64.patch
150-
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}/0002-CI-Add-cpu-riscv64-support-to-manywheel-scripts.patch
151-
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}/0003-CI-Add-native-build-image-for-linux-riscv64.patch
149+
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}+cpu/0001-CI-Add-manywheel-Dockerfile-for-riscv64.patch
150+
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}+cpu/0002-CI-Add-cpu-riscv64-support-to-manywheel-scripts.patch
151+
git apply ../python-wheels/patches/torch/${{ env.TORCH_VERSION }}+cpu/0003-CI-Add-native-build-image-for-linux-riscv64.patch
152152
153153
- name: Populate binary env
154154
working-directory: pytorch

0 commit comments

Comments
 (0)