Skip to content

{ai}[foss/2024a] captum v0.8.0 w/ CUDA 12.6.0#24472

Closed
JarneRenders wants to merge 5 commits intoeasybuilders:developfrom
JarneRenders:20251106120525_new_pr_captum080
Closed

{ai}[foss/2024a] captum v0.8.0 w/ CUDA 12.6.0#24472
JarneRenders wants to merge 5 commits intoeasybuilders:developfrom
JarneRenders:20251106120525_new_pr_captum080

Conversation

@JarneRenders
Copy link
Contributor

@JarneRenders JarneRenders commented Nov 6, 2025

(created using eb --new-pr)

Depends on:

@github-actions github-actions bot added 2024a issues & PRs related to 2024a common toolchains update labels Nov 6, 2025
@github-actions
Copy link

github-actions bot commented Nov 6, 2025

Updated software captum-0.8.0-foss-2024a-CUDA-12.6.0.eb

Diff against captum-0.8.0-foss-2024a.eb

easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a.eb

diff --git a/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a.eb b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
index 103eda088c..fb7cd03143 100644
--- a/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a.eb
+++ b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
@@ -2,6 +2,7 @@ easyblock = 'PythonBundle'
 
 name = 'captum'
 version = '0.8.0'
+versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://captum.ai/'
 description = """
@@ -15,8 +16,9 @@ domain-specific libraries such as torchvision, torchtext, and others.
 toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
+    ('CUDA', '12.6.0', '', SYSTEM),
     ('Python', '3.12.3'),
-    ('PyTorch', '2.6.0'),
+    ('PyTorch', '2.7.1', '-CUDA-%(cudaver)s'),
     ('matplotlib', '3.9.2'),
     ('tqdm', '4.66.5'),
     ('scikit-learn', '1.5.2'),
Diff against captum-0.5.0-foss-2022a.eb

easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a.eb

diff --git a/easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a.eb b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
index 281fab5592..fb7cd03143 100644
--- a/easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a.eb
+++ b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
@@ -1,7 +1,8 @@
 easyblock = 'PythonBundle'
 
 name = 'captum'
-version = '0.5.0'
+version = '0.8.0'
+versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://captum.ai/'
 description = """
@@ -9,19 +10,23 @@ Captum is a model interpretability and understanding library for PyTorch.
 Captum means comprehension in Latin and contains general purpose
 implementations of integrated gradients, saliency maps, smoothgrad, vargrad and
 others for PyTorch models. It has quick integration for models built with
-domain-specific libraries such as torchvision, torchtext, and others."""
+domain-specific libraries such as torchvision, torchtext, and others.
+"""
 
-toolchain = {'name': 'foss', 'version': '2022a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('Python', '3.10.4'),
-    ('PyTorch', '1.12.0'),
-    ('matplotlib', '3.5.2'),
+    ('CUDA', '12.6.0', '', SYSTEM),
+    ('Python', '3.12.3'),
+    ('PyTorch', '2.7.1', '-CUDA-%(cudaver)s'),
+    ('matplotlib', '3.9.2'),
+    ('tqdm', '4.66.5'),
+    ('scikit-learn', '1.5.2'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['84af2c8793d34c440a351793b5ca705b8542745e2dc8bc24afb1d9b86f3bf6ec'],
+        'checksums': ['73f2e5a07ffe6ac6647a6f12cd2f67f0d8f717329f150ddf08ef73cba0858d26'],
     }),
 ]
 
Diff against captum-0.5.0-foss-2022a-CUDA-11.7.0.eb

easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a-CUDA-11.7.0.eb

diff --git a/easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a-CUDA-11.7.0.eb b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
index eda1c5b109..fb7cd03143 100644
--- a/easybuild/easyconfigs/c/captum/captum-0.5.0-foss-2022a-CUDA-11.7.0.eb
+++ b/easybuild/easyconfigs/c/captum/captum-0.8.0-foss-2024a-CUDA-12.6.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'captum'
-version = '0.5.0'
+version = '0.8.0'
 versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://captum.ai/'
@@ -10,20 +10,23 @@ Captum is a model interpretability and understanding library for PyTorch.
 Captum means comprehension in Latin and contains general purpose
 implementations of integrated gradients, saliency maps, smoothgrad, vargrad and
 others for PyTorch models. It has quick integration for models built with
-domain-specific libraries such as torchvision, torchtext, and others."""
+domain-specific libraries such as torchvision, torchtext, and others.
+"""
 
-toolchain = {'name': 'foss', 'version': '2022a'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('CUDA', '11.7.0', '', SYSTEM),
-    ('Python', '3.10.4'),
-    ('PyTorch', '1.12.0', '-CUDA-%(cudaver)s'),
-    ('matplotlib', '3.5.2'),
+    ('CUDA', '12.6.0', '', SYSTEM),
+    ('Python', '3.12.3'),
+    ('PyTorch', '2.7.1', '-CUDA-%(cudaver)s'),
+    ('matplotlib', '3.9.2'),
+    ('tqdm', '4.66.5'),
+    ('scikit-learn', '1.5.2'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['84af2c8793d34c440a351793b5ca705b8542745e2dc8bc24afb1d9b86f3bf6ec'],
+        'checksums': ['73f2e5a07ffe6ac6647a6f12cd2f67f0d8f717329f150ddf08ef73cba0858d26'],
     }),
 ]
 

@lexming
Copy link
Contributor

lexming commented Feb 13, 2026

@boegelbot please test @ jsc-zen3

Copy link
Contributor

@lexming lexming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boegelbot
Copy link
Collaborator

@lexming: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=24472 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_24472 --ntasks=8 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9658

Test results coming soon (I hope)...

Details

- notification for comment with ID 3897311971 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
FAILED
Build succeeded for 0 out of 2 (total: 1 secs) (1 easyconfigs in total)
jsczen3c3.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), Python 3.9.23
See https://gist.github.com/boegelbot/e571f58d2fa24c7e516f79c1dac1bc1d for a full test report.

@WilleBell
Copy link
Contributor

@boegelbot please test @ jsc-zen3-a100

@boegelbot
Copy link
Collaborator

@WilleBell: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de

PR test command 'if [[ develop != 'develop' ]]; then EB_BRANCH=develop ./easybuild_develop.sh 2> /dev/null 1>&2; EB_PREFIX=/home/boegelbot/easybuild/develop source init_env_easybuild_develop.sh; fi; EB_PR=24472 EB_ARGS= EB_CONTAINER= EB_REPO=easybuild-easyconfigs EB_BRANCH=develop /opt/software/slurm/bin/sbatch --job-name test_PR_24472 --ntasks=8 --partition=jsczen3g --gres=gpu:1 ~/boegelbot/eb_from_pr_upload_jsc-zen3.sh' executed!

  • exit code: 0
  • output:
Submitted batch job 9674

Test results coming soon (I hope)...

Details

- notification for comment with ID 3907146813 processed

Message to humans: this is just bookkeeping information for me,
it is of no use to you (unless you think I have a bug, which I don't).

@boegelbot
Copy link
Collaborator

Test report by @boegelbot
SUCCESS
Build succeeded for 1 out of 1 (total: 1 min 43 secs) (1 easyconfigs in total)
jsczen3g1.int.jsc-zen3.fz-juelich.de - Linux Rocky Linux 9.7, x86_64, AMD EPYC-Milan Processor (zen3), 1 x NVIDIA NVIDIA A100 80GB PCIe, 590.44.01, Python 3.9.23
See https://gist.github.com/boegelbot/66c6741555428724fd1a561929b6b1a4 for a full test report.

@JarneRenders
Copy link
Contributor Author

Apparently this easyconfig was merged yesterday in #25022.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2024a issues & PRs related to 2024a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants