diff --git a/torchx/CHANGELOG.md b/torchx/CHANGELOG.md index f2c498096b..cca651947b 100644 --- a/torchx/CHANGELOG.md +++ b/torchx/CHANGELOG.md @@ -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 diff --git a/torchx/mix.exs b/torchx/mix.exs index 6140727c28..faaad7d9b7 100644 --- a/torchx/mix.exs +++ b/torchx/mix.exs @@ -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: