Skip to content

Commit 5c1149b

Browse files
committed
Updated LibTorch on CI
1 parent 1cb8f7d commit 5c1149b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ruby: 3.1
1717
os: ubuntu-22.04
1818
env:
19-
LIBTORCH_VERSION: 2.7.0
19+
LIBTORCH_VERSION: 2.7.1
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: ruby/setup-ruby@v1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Check out:
1717
First, [download LibTorch](https://pytorch.org/get-started/locally/). For Mac arm64, use:
1818

1919
```sh
20-
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.0.zip > libtorch.zip
20+
curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip > libtorch.zip
2121
unzip -q libtorch.zip
2222
```
2323

0 commit comments

Comments
 (0)