torch-rb 0.24.0 → 0.25.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: 500b7cf44b2fd637a4578c70227944bbd8a14e1cba3b9ad5dd961b27489dbee7
4
- data.tar.gz: c24b97bae8680e3e4146b6dbd4f6b67fec10ef3501777a9e280636e2782c91bd
3
+ metadata.gz: 2eb7edfd72c2ee6f81637001d69c52090e3013cdd8e7580d7b66b10d2f00b644
4
+ data.tar.gz: ccaeacce8afeca570ef26adad36082a4872320426001023ff32c91f8284a6864
5
5
  SHA512:
6
- metadata.gz: 2b7bc0d7cc6b2a6fac98e5b6c8924753dcfb7904ff00845c3aebe7d3e3c0a156c66a75f64f76944e2d3a31077c1af4c268585a95f958a6224dfdb116a24bb347
7
- data.tar.gz: 3892b4103b6ff06156c44ccfb17e506e1165e65751ab08e76b9d43f622b196476b6a2aa1c5712c7adf82c64c0f367b39cc05cc209757b49f3e4e8fb2b6a11fa2
6
+ metadata.gz: 3d71a4a3a1973a84203892b3416442dfd96810a2d099b4420ff64db8fb70bf15477537171977c452a3c48965b759c15f7300298311e41d542ba21cf09e2d46db
7
+ data.tar.gz: 60930fd8e3f922de83e97c64907b7c616116bc1a5b82663b2b30cff59ebe8f39fd7e35a12f07f99e857406cc9a84010c654765ed75b3389410431363cb2e8017
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 0.25.0 (2026-07-08)
2
+
3
+ - Updated LibTorch to 2.13.0
4
+ - Dropped support for C++17
5
+
1
6
  ## 0.24.0 (2026-05-13)
2
7
 
3
8
  - Updated LibTorch to 2.12.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.12.0.zip > libtorch.zip
26
+ curl -L https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.13.0.zip > libtorch.zip
27
27
  unzip -q libtorch.zip
28
28
  ```
29
29
 
@@ -419,13 +419,11 @@ Here’s the list of compatible versions.
419
419
 
420
420
  Torch.rb | LibTorch
421
421
  --- | ---
422
+ 0.25.x | 2.13.x
422
423
  0.24.x | 2.12.x
423
424
  0.23.x | 2.10.x
424
425
  0.22.x | 2.9.x
425
426
  0.21.x | 2.8.x
426
- 0.20.x | 2.7.x
427
- 0.19.x | 2.6.x
428
- 0.18.x | 2.5.x
429
427
 
430
428
  ## Performance
431
429