File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments