Skip to content

Commit

Permalink
Test with LibTorch 2.4.1 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 4, 2024
1 parent 1a1082c commit d9c1ecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- ruby: 3.1
os: ubuntu-20.04
env:
LIBTORCH_VERSION: 2.4.0
LIBTORCH_VERSION: 2.4.1
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Check out:
First, [download LibTorch](https://pytorch.org/get-started/locally/). For Mac arm64, use:

```sh
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.0.zip > libtorch.zip
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.4.1.zip > libtorch.zip
unzip -q libtorch.zip
```

Expand Down

0 comments on commit d9c1ecb

Please sign in to comment.