torch-rb 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2eb7edfd72c2ee6f81637001d69c52090e3013cdd8e7580d7b66b10d2f00b644
4
- data.tar.gz: ccaeacce8afeca570ef26adad36082a4872320426001023ff32c91f8284a6864
3
+ metadata.gz: '048eb5719197dec6d4a69bdd250fd5489c57c3798190b0ac86fe8a0851ce35fb'
4
+ data.tar.gz: b6e8bbd5a4b663f48ab4f2a1a883813beb2bfccc73759faa4611e404e54b7656
5
5
  SHA512:
6
- metadata.gz: 3d71a4a3a1973a84203892b3416442dfd96810a2d099b4420ff64db8fb70bf15477537171977c452a3c48965b759c15f7300298311e41d542ba21cf09e2d46db
7
- data.tar.gz: 60930fd8e3f922de83e97c64907b7c616116bc1a5b82663b2b30cff59ebe8f39fd7e35a12f07f99e857406cc9a84010c654765ed75b3389410431363cb2e8017
6
+ metadata.gz: 637f2fc8203a4fa16247ba2241bdec891d47aebbcb6258f6b95cb2395caf25f1b1d4712315a609a766500813805a7434cf0910e10314f8360fe6eede74a1ad4e
7
+ data.tar.gz: 7db34407bbc4ac7b80a7cd7a60ed9500974d06e76f89a58c9aa67d94f5f4d0883c1d0d24544db88ea3d5426430cd33c75f798e3566e0c89b743bf3979d78ab0d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.26.0 (2026-09-05)
2
+
3
+ - Updated LibTorch to 2.14.0
4
+
1
5
  ## 0.25.0 (2026-07-08)
2
6
 
3
7
  - Updated LibTorch to 2.13.0
data/README.md CHANGED
@@ -23,7 +23,7 @@ As well as:
23
23
  First, [download LibTorch](https://pytorch.org/get-started/locally/). For Mac arm64, use:
24
24
 
25
25
  ```sh
26
- curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip > libtorch.zip
26
+ curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.14.0.zip > libtorch.zip
27
27
  unzip -q libtorch.zip
28
28
  ```
29
29
 
@@ -419,6 +419,7 @@ Here’s the list of compatible versions.
419
419
 
420
420
  Torch.rb | LibTorch
421
421
  --- | ---
422
+ 0.26.x | 2.14.x
422
423
  0.25.x | 2.13.x
423
424
  0.24.x | 2.12.x
424
425
  0.23.x | 2.10.x