Skip to content

Commit

Permalink
trying to add torch to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Jun 28, 2024
1 parent e34f787 commit 82b5b0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/actions/install-deps-unix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ runs:
cmake ../spectra-1.0.1
sudo cmake --build . --target install --parallel
- name: Install Torch
shell: bash
run: |
wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip
unzip libtorch-cxx11-abi-shared-with-deps-2.3.1%2Bcpu.zip
sudo cp -R libtorch/* /usr/local/
- name: Install ZFP dependency
shell: bash
run: |
Expand Down

0 comments on commit 82b5b0b

Please sign in to comment.