-
Notifications
You must be signed in to change notification settings - Fork 783
{ai}[foss/2024a] bitsandbytes v0.46.1, PyTorch-Lightning v2.5.2 #23446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
boegel
merged 7 commits into
easybuilders:develop
from
lexming:20250718142818_new_pr_bitsandbytes0461
Jan 4, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d4c2a91
adding easyconfigs: bitsandbytes-0.46.1-foss-2024a-CUDA-12.6.0.eb, bi…
lexming 5197b3a
fix pytorch dependency in bitsandbytes-0.46.1-foss-2024a-CUDA-12.6.0.eb
lexming 7decd7c
remove leftover comments in PyTorch-Lightning-2.5.2-foss-2024a-CUDA-1…
lexming ff6f8f4
remove easyconfigs: bitsandbytes-0.46.1-foss-2024a-CUDA-12.6.0.eb, Py…
lexming 4cbf23e
fixt python sanity command in bitsandbytes-0.46.1-foss-2024a.eb
lexming 5d2e8ba
Merge branch 'develop' of https://github.com/easybuilders/easybuild-e…
lexming 677bc2c
avoid using "install_cmd = 'exit'" in bitandbytes easyconfig, use ski…
boegel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
easybuild/easyconfigs/b/bitsandbytes/bitsandbytes-0.46.1-foss-2024a.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| easyblock = 'CMakeMake' | ||
|
|
||
| name = 'bitsandbytes' | ||
| version = '0.46.1' | ||
|
|
||
| homepage = 'https://huggingface.co/docs/bitsandbytes/main/en/index' | ||
| description = "bitsandbytes enables accessible large language models via k-bit quantization for PyTorch." | ||
| github_account = 'bitsandbytes-foundation' | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2024a'} | ||
|
|
||
| source_urls = [GITHUB_LOWER_SOURCE] | ||
| sources = ['%(version)s.tar.gz'] | ||
| checksums = ['8326835082ad5590e4eab2cc51129bf55dd1c16e3d3038bc23431371c24b47da'] | ||
|
|
||
| builddependencies = [ | ||
| ('CMake', '3.29.3'), | ||
| ('pkgconf', '2.2.0'), | ||
| ('scikit-build-core', '0.10.6'), | ||
| ] | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.12.3'), | ||
| ('PyTorch', '2.6.0'), | ||
| ('SciPy-bundle', '2024.05'), | ||
| ] | ||
|
|
||
| configopts = "-DCOMPUTE_BACKEND=cpu" | ||
|
|
||
| # skip install step in CMakeMake | ||
| skipsteps = ['install'] | ||
|
|
||
| exts_defaultclass = 'PythonPackage' | ||
| exts_list = [ | ||
| (name, version, { | ||
| 'source_urls': ['https://github.com/%(github_account)s/%(namelower)s/archive'], | ||
| 'sources': ['%(version)s.tar.gz'], | ||
| 'start_dir': '%(builddir)s/bitsandbytes-%(version)s/', | ||
| 'checksums': ['8326835082ad5590e4eab2cc51129bf55dd1c16e3d3038bc23431371c24b47da'], | ||
| }), | ||
| ] | ||
|
|
||
| sanity_check_paths = { | ||
| 'files': [f'lib/python%(pyshortver)s/site-packages/bitsandbytes/libbitsandbytes_cpu.{SHLIB_EXT}'], | ||
| 'dirs': ['lib/python%(pyshortver)s/site-packages'], | ||
| } | ||
|
|
||
| sanity_check_commands = [ | ||
| "python -s -c 'import bitsandbytes'", | ||
| ] | ||
|
|
||
| moduleclass = 'ai' | ||
40 changes: 40 additions & 0 deletions
40
easybuild/easyconfigs/p/PyTorch-Lightning/PyTorch-Lightning-2.5.2-foss-2024a.eb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| easyblock = 'PythonBundle' | ||
|
|
||
| name = 'PyTorch-Lightning' | ||
| version = '2.5.2' | ||
|
|
||
| homepage = 'https://pytorchlightning.ai' | ||
| description = "PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers." | ||
|
|
||
| toolchain = {'name': 'foss', 'version': '2024a'} | ||
|
|
||
| dependencies = [ | ||
| ('Python', '3.12.3'), | ||
| # dependencies from requirements/pytorch/base.txt | ||
| ('PyTorch', '2.6.0'), | ||
| ('tqdm', '4.66.5'), | ||
| ('aiohttp', '3.10.10'), | ||
| ('typing-extensions', '4.11.0'), | ||
| # optional dependencies from requirements/pytorch/extra.txt | ||
| ('bitsandbytes', '0.46.1'), | ||
| ('tensorboardX', '2.6.4'), | ||
| ('matplotlib', '3.9.2'), | ||
| ('Hydra', '1.3.2'), | ||
| ] | ||
|
|
||
| # remaining dependencies from requirements/pytorch/base.txt | ||
| exts_list = [ | ||
| ('lightning-utilities', '0.14.3', { | ||
| 'source_tmpl': 'lightning_utilities-%(version)s.tar.gz', | ||
| 'checksums': ['37e2f83f273890052955a44054382c211a303012ee577619efbaa5df9e65e9f5'], | ||
| }), | ||
| ('torchmetrics', '1.7.3', { | ||
| 'checksums': ['08450a19cdb67ba1608aac0b213e5dc73033e11b60ad4719696ebcede591621e'], | ||
| }), | ||
| ('pytorch-lightning', version, { | ||
| 'source_tmpl': 'pytorch_lightning-%(version)s.tar.gz', | ||
| 'checksums': ['f817087d611be8d43b777dd4e543d72703e235510936677a13e6c29f7fd790e3'], | ||
| }), | ||
| ] | ||
|
|
||
| moduleclass = 'ai' |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.