We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9451a commit d3a59dbCopy full SHA for d3a59db
1 file changed
.github/workflows/build-wheels.yml
@@ -493,7 +493,7 @@ jobs:
493
494
- name: setup libtorch
495
run: |
496
- curl --output libtorch.zip ${{ matrix.libtorch-url }}
+ curl --location --output libtorch.zip ${{ matrix.libtorch-url }}
497
unzip -q libtorch.zip -d $CMAKE_PREFIX_PATH/
498
mv $CMAKE_PREFIX_PATH/libtorch/* $CMAKE_PREFIX_PATH/
499
0 commit comments