Skip to content

Commit

Permalink
Use libtorch 2.1.0 action
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Oct 14, 2023
1 parent a394fa3 commit e03561e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "699a31cf52211cf5ad6e35a8801eb637bc7f3c43117140426400d67b7babd792 patchelf-0.12.tar.bz2" | sha256sum -c -
tar jxf patchelf-0.12.tar.bz2
( cd patchelf-0.12.20200827.8d3a16e && ./configure && make -j4 )
- uses: tensordot/libtorch-action@v2.0.0
- uses: tensordot/libtorch-action@v2.1.0
with:
device: ${{matrix.device}}
- uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
toolchain: stable
override: true
components: clippy
- uses: tensordot/libtorch-action@v2.0.0
- uses: tensordot/libtorch-action@v2.1.0
- uses: actions-rs/cargo@v1
with:
command: clippy
Expand All @@ -60,7 +60,7 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: tensordot/libtorch-action@v2.0.0
- uses: tensordot/libtorch-action@v2.1.0
- uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit e03561e

Please sign in to comment.