We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb8f7d commit 5c1149bCopy full SHA for 5c1149b
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- ruby: 3.1
17
os: ubuntu-22.04
18
env:
19
- LIBTORCH_VERSION: 2.7.0
+ LIBTORCH_VERSION: 2.7.1
20
steps:
21
- uses: actions/checkout@v4
22
- uses: ruby/setup-ruby@v1
README.md
@@ -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.7.0.zip > libtorch.zip
+curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.7.1.zip > libtorch.zip
unzip -q libtorch.zip
```
23
0 commit comments