Skip to content

{ai}[foss/2025a] accelerate v1.12.0 w/ CUDA 12.8.0#25452

Open
lexming wants to merge 1 commit intoeasybuilders:developfrom
lexming:20260226163558_new_pr_accelerate1120
Open

{ai}[foss/2025a] accelerate v1.12.0 w/ CUDA 12.8.0#25452
lexming wants to merge 1 commit intoeasybuilders:developfrom
lexming:20260226163558_new_pr_accelerate1120

Conversation

@lexming
Copy link
Copy Markdown
Contributor

@lexming lexming commented Feb 26, 2026

@lexming lexming added the update label Feb 26, 2026
@github-actions github-actions bot added the 2025a issues & PRs related to 2025a common toolchains label Feb 26, 2026
@github-actions
Copy link
Copy Markdown

Updated software accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb

Diff against accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
index 6a7fe9a893..e2393e55f7 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.11.0'
+version = '1.12.0'
 versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://github.com/huggingface/accelerate'
@@ -9,21 +9,20 @@ description = """A simple way to launch, train, and use PyTorch models on almost
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('CUDA', '12.6.0', '', SYSTEM),
-    ('PyTorch', '2.7.1', '-CUDA-%(cudaver)s'),
+    ('CUDA', '12.8.0', '', SYSTEM),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', f"{versionsuffix}-whl"),
     ('PyYAML', '6.0.2'),
-    ('Safetensors', '0.6.2'),
-    ('huggingface-hub', '0.34.4'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['bb1caf2597b4cd632b917b5000c591d10730bb024a79746f1ee205bba80bd229'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 
Diff against accelerate-1.10.0-foss-2024a.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
index 2e405316e4..e2393e55f7 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
@@ -1,27 +1,28 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.10.0'
+version = '1.12.0'
+versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://github.com/huggingface/accelerate'
 description = """A simple way to launch, train, and use PyTorch models on almost any device and
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('PyTorch', '2.6.0'),
+    ('CUDA', '12.8.0', '', SYSTEM),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', f"{versionsuffix}-whl"),
     ('PyYAML', '6.0.2'),
-    ('Safetensors', '0.6.2'),
-    ('huggingface-hub', '0.34.4'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['8270568fda9036b5cccdc09703fef47872abccd56eb5f6d53b54ea5fb7581496'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 
Diff against accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
index c6a8000ccd..e2393e55f7 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a-CUDA-12.8.0.eb
@@ -1,7 +1,7 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.3.0'
+version = '1.12.0'
 versionsuffix = '-CUDA-%(cudaver)s'
 
 homepage = 'https://github.com/huggingface/accelerate'
@@ -9,25 +9,20 @@ description = """A simple way to launch, train, and use PyTorch models on almost
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),
-    ('SciPy-bundle', '2023.07'),
-    ('CUDA', '12.1.1', '', SYSTEM),
-    ('PyTorch-bundle', '2.1.2', versionsuffix),
-    ('PyYAML', '6.0'),
-    ('Safetensors', '0.4.3'),
+    ('CUDA', '12.8.0', '', SYSTEM),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', f"{versionsuffix}-whl"),
+    ('PyYAML', '6.0.2'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
-    ('huggingface-hub', '0.30.2', {
-        'sources': ['huggingface_hub-%(version)s.tar.gz'],
-        'checksums': ['9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466'],
-    }),
     (name, version, {
-        'checksums': ['518631c0adb80bd3d42fb29e7e2dc2256bcd7c786b0ba9119bbaa08611b36d9c'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 

Updated software accelerate-1.12.0-foss-2025a.eb

Diff against accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
index 6a7fe9a893..1c402a30b2 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.11.0-foss-2024a-CUDA-12.6.0.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
@@ -1,29 +1,26 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.11.0'
-versionsuffix = '-CUDA-%(cudaver)s'
+version = '1.12.0'
 
 homepage = 'https://github.com/huggingface/accelerate'
 description = """A simple way to launch, train, and use PyTorch models on almost any device and
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('CUDA', '12.6.0', '', SYSTEM),
-    ('PyTorch', '2.7.1', '-CUDA-%(cudaver)s'),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', '-whl'),
     ('PyYAML', '6.0.2'),
-    ('Safetensors', '0.6.2'),
-    ('huggingface-hub', '0.34.4'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['bb1caf2597b4cd632b917b5000c591d10730bb024a79746f1ee205bba80bd229'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 
Diff against accelerate-1.10.0-foss-2024a.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
index 2e405316e4..1c402a30b2 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.10.0-foss-2024a.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
@@ -1,27 +1,26 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.10.0'
+version = '1.12.0'
 
 homepage = 'https://github.com/huggingface/accelerate'
 description = """A simple way to launch, train, and use PyTorch models on almost any device and
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2024a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.12.3'),
-    ('SciPy-bundle', '2024.05'),
-    ('PyTorch', '2.6.0'),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', '-whl'),
     ('PyYAML', '6.0.2'),
-    ('Safetensors', '0.6.2'),
-    ('huggingface-hub', '0.34.4'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
     (name, version, {
-        'checksums': ['8270568fda9036b5cccdc09703fef47872abccd56eb5f6d53b54ea5fb7581496'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 
Diff against accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb

easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb

diff --git a/easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
index c6a8000ccd..1c402a30b2 100644
--- a/easybuild/easyconfigs/a/accelerate/accelerate-1.3.0-foss-2023a-CUDA-12.1.1.eb
+++ b/easybuild/easyconfigs/a/accelerate/accelerate-1.12.0-foss-2025a.eb
@@ -1,33 +1,26 @@
 easyblock = 'PythonBundle'
 
 name = 'accelerate'
-version = '1.3.0'
-versionsuffix = '-CUDA-%(cudaver)s'
+version = '1.12.0'
 
 homepage = 'https://github.com/huggingface/accelerate'
 description = """A simple way to launch, train, and use PyTorch models on almost any device and
 distributed configuration, automatic mixed precision (including fp8),
 and easy-to-configure FSDP and DeepSpeed support."""
 
-toolchain = {'name': 'foss', 'version': '2023a'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('Python', '3.11.3'),
-    ('Python-bundle-PyPI', '2023.06'),
-    ('SciPy-bundle', '2023.07'),
-    ('CUDA', '12.1.1', '', SYSTEM),
-    ('PyTorch-bundle', '2.1.2', versionsuffix),
-    ('PyYAML', '6.0'),
-    ('Safetensors', '0.4.3'),
+    ('Python', '3.13.1'),
+    ('PyTorch', '2.9.1', '-whl'),
+    ('PyYAML', '6.0.2'),
+    ('Safetensors', '0.7.0'),
+    ('huggingface-hub', '1.2.4'),
 ]
 
 exts_list = [
-    ('huggingface-hub', '0.30.2', {
-        'sources': ['huggingface_hub-%(version)s.tar.gz'],
-        'checksums': ['9a7897c5b6fd9dad3168a794a8998d6378210f5b9688d0dfc180b1a228dc2466'],
-    }),
     (name, version, {
-        'checksums': ['518631c0adb80bd3d42fb29e7e2dc2256bcd7c786b0ba9119bbaa08611b36d9c'],
+        'checksums': ['70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6'],
     }),
 ]
 

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

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant