From e21da31c15caf79a0255151eacd96bc2567b8a92 Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:26:47 -0300 Subject: [PATCH 1/3] fix: use 2.8 by default because 2.9 is broken on mac --- torchx/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 3b6c36dc8d95a9319e21d43c4ad464835f3c270c Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:28:23 -0300 Subject: [PATCH 2/3] chore: update changelog --- torchx/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/torchx/CHANGELOG.md b/torchx/CHANGELOG.md index f2c498096b..9eff4d98f6 100644 --- a/torchx/CHANGELOG.md +++ b/torchx/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.10.2 (2025-06-17) + + * Allow Libtorch version 2.9 + * Fix Linux installation URL for Torch >= 2.8 + ## v0.10.1 (2025-06-17) * Update Libtorch to version 2.8 From 01ef8861ec85be4f33451c99a534f99aaa23084b Mon Sep 17 00:00:00 2001 From: Paulo Valente <16843419+polvalente@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:31:54 -0300 Subject: [PATCH 3/3] fix: changelog dates --- torchx/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torchx/CHANGELOG.md b/torchx/CHANGELOG.md index 9eff4d98f6..cca651947b 100644 --- a/torchx/CHANGELOG.md +++ b/torchx/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## v0.10.2 (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-06-17) +## v0.10.1 (2025-10-12) * Update Libtorch to version 2.8