Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion torchx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## v0.10.1 (2025-06-17)
## v0.10.2 (2025-10-27)

* Allow Libtorch version 2.9
* Fix Linux installation URL for Torch >= 2.8

## v0.10.1 (2025-10-12)

* Update Libtorch to version 2.8

Expand Down
2 changes: 1 addition & 1 deletion torchx/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defmodule Torchx.MixProject do

defp libtorch_config() do
target = System.get_env("LIBTORCH_TARGET", "cpu")
version = System.get_env("LIBTORCH_VERSION", "2.9.0")
version = System.get_env("LIBTORCH_VERSION", "2.8.0")
env_dir = System.get_env("LIBTORCH_DIR")

# Supported targets for each LibTorch version:
Expand Down