gpo.zugaina.org

Search Portage & Overlays:

sci-ml/lightning

The deep learning framework to pretrain and finetune AI models

Screenshots

  • lightning-2.6.4
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff
  • lightning-2.6.1
    ~amd64
    python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14

    View      Download      Browse     License: Apache-2.0   
    Overlay: stuff

ChangeLog

commit c9604c82c8b727511d935a46ef9bc0b5a5d72965
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 21 21:25:08 2026 +0200

sci-ml/lightning: bump to 2.6.4

commit 67c7d9ddc98bcb18931a068b852437ba13ce2c20
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon May 18 19:45:31 2026 +0200

sci-ml/lightning: follow upstream github rename to pytorch-lightning

Lightning-AI/lightning permanently redirects to Lightning-AI/
pytorch-lightning. Update HOMEPAGE + metadata.xml remote-id.
SRC_URI is via PyPI sdist (lightning) so no fetch change needed.

commit 6dc225b3cdc5693fd8deb296273d49a6035965fb
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 16 10:18:11 2026 +0200

sci-ml/lightning: new package, add 2.6.1

Lightning AI's training/finetuning framework, providing the
lightning.{pytorch,fabric,data} umbrella namespaces. Required
runtime dep of sci-ml/pyannote-audio (uses lightning.Trainer +
lightning.fabric.utilities + lightning.pytorch.* imports).

Builds with PACKAGE_NAME=lightning to select the umbrella variant
from upstream's multi-package sdist. Upstream's Requires-Dist
lists pytorch-lightning as well, but that's a co-installable
duplicate (same code under legacy pytorch_lightning + lightning_fabric
top-level names) which pyannote.audio's lightning.* import path
doesn't need; deliberately omitted.

SINGLE_IMPL via pytorch. Tests restricted (deepspeed/hydra/jsonargparse
fixtures we don't carry).