From c5099747b4d5281c2c7df7a154401857a24ecb6e Mon Sep 17 00:00:00 2001 From: Vibhav Dhaimode Date: Wed, 4 Feb 2026 14:03:28 +0000 Subject: [PATCH 1/2] Use lower version scripts ie 2.0.1 and 2.1.0 for pytorch 2.0.0 and 2.1.2 as defaults script ie 2.6.0 builds scipy 1.15.2 incompatible with python 3.9 --- p/pytorch/build_info.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/p/pytorch/build_info.json b/p/pytorch/build_info.json index 9ccde43c74..4e0b1b56a3 100644 --- a/p/pytorch/build_info.json +++ b/p/pytorch/build_info.json @@ -31,7 +31,16 @@ }, "build_script":"pytorch_2.0.1_ubi_9.3.sh" }, + "v2.0.0":{ + "patches": { + "PATCH": "https://raw.githubusercontent.com/ppc64le/build-scripts/refs/heads/master/p/pytorch/pytorch_v2.0.1.patch" + }, + "build_script":"pytorch_2.0.1_ubi_9.3.sh" + }, "v2.1.0":{ "build_script":"pytorch_2.1.0_ubi_9.3.sh" - } + }, + "v2.1.2":{ + "build_script":"pytorch_2.1.0_ubi_9.3.sh" + }, } From 324f1e8122fc947ac2a72b2a4b9afb8f6f2c60ce Mon Sep 17 00:00:00 2001 From: Vibhav Dhaimode Date: Wed, 4 Feb 2026 14:26:13 +0000 Subject: [PATCH 2/2] Removed extra comma --- p/pytorch/build_info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p/pytorch/build_info.json b/p/pytorch/build_info.json index 4e0b1b56a3..50ff948764 100644 --- a/p/pytorch/build_info.json +++ b/p/pytorch/build_info.json @@ -42,5 +42,5 @@ }, "v2.1.2":{ "build_script":"pytorch_2.1.0_ubi_9.3.sh" - }, + } }