Skip to content

Commit

Permalink
adding easyconfigs: Lightning-2.2.1-foss-2023a.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Nov 18, 2024
1 parent 9dbad71 commit 1185b32
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions easybuild/easyconfigs/l/Lightning/Lightning-2.2.1-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
easyblock = 'PythonPackage'

name = 'Lightning'
version = '2.2.1'

homepage = 'https://github.com/Lightning-AI/pytorch-lightning'
description = """
The deep learning framework to pretrain, finetune and deploy AI models.
Lightning has 4 core packages:
PyTorch Lightning: Train and deploy PyTorch at scale.
Lightning Fabric: Expert control.
Lightning Data: Blazing fast, distributed streaming of training data from cloud storage.
Lightning Apps: Build AI products and ML workflows.
"""

toolchain = {'name': 'foss', 'version': '2023a'}

sources = [SOURCELOWER_TAR_GZ]
checksums = ['b3e46d596b32cafd1fb9b21fdba1b1767df97b1af5cc702693d1c51df60b19aa']

dependencies = [
('Python', '3.11.3'),
('PyTorch', '2.1.2'),
('PyTorch-Lightning', version),
]

download_dep_fail = True
use_pip = True
sanity_pip_check = True

moduleclass = 'tools'

0 comments on commit 1185b32

Please sign in to comment.