Skip to content

Commit

Permalink
Updated LibTorch to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 17, 2024
1 parent 12fca66 commit 3254ae6
Show file tree
Hide file tree
Showing 5 changed files with 237 additions and 153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- ruby: 3.1
os: ubuntu-20.04
env:
LIBTORCH_VERSION: 2.4.1
LIBTORCH_VERSION: 2.5.0
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.18.0 (unreleased)

- Updated LibTorch to 2.5.0

## 0.17.1 (2024-08-19)

- Added `persistent` option to `register_buffer` method
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Here’s the list of compatible versions.

Torch.rb | LibTorch
--- | ---
0.18.x | 2.5.x
0.17.x | 2.4.x
0.16.x | 2.3.x
0.15.x | 2.2.x
Expand Down
Loading

0 comments on commit 3254ae6

Please sign in to comment.