Skip to content

Commit

Permalink
build(CI/CD): Update libtorch
Browse files Browse the repository at this point in the history
  • Loading branch information
TomSchammo committed Jan 4, 2024
1 parent 14a6d50 commit 4ff65f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Install libtorch
run: |
wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.10.0%2Bcpu.zip
unzip libtorch-cxx11-abi-shared-with-deps-1.10.0+cpu.zip -d /opt/
wget https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-2.1.2%2Bcpu.zip
unzip libtorch-cxx11-abi-shared-with-deps-2.1.2+cpu.zip -d /opt/
- name: Create build directory
run: mkdir build
Expand Down

0 comments on commit 4ff65f2

Please sign in to comment.