From d9c1ecba3348b568a04127729e6758d65b86ea61 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 4 Sep 2024 13:26:38 -0700 Subject: [PATCH] Test with LibTorch 2.4.1 on CI --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 954973b..e615d53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index d39a78e..97562ff 100644 --- a/README.md +++ b/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.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 ```