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 5bcab98 commit aaffcddCopy full SHA for aaffcdd
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
if: steps.cache-libtorch.outputs.cache-hit != 'true'
33
run: |
34
cd ~
35
- wget -q -O libtorch.zip https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-$LIBTORCH_VERSION%2Bcpu.zip
+ wget -q -O libtorch.zip https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-$LIBTORCH_VERSION%2Bcpu.zip
36
unzip -q libtorch.zip
37
- run: MAKE="make -j$(getconf _NPROCESSORS_ONLN)" bundle exec rake compile -- --with-torch-dir=$HOME/libtorch
38
- run: bundle exec rake test
0 commit comments