Go
Home
Pricing
FAQ
Install
Home
Pricing
FAQ
Install
Login
via GitHub
Lightning-AI/pytorch-lightning
Pull Requests
Commits
Open
Closed
Fix: Synchronize SIGTERM Handling in DDP to Prevent Deadlocks
pl
#20825 opened 2025-05-13 19:52 by
KAVYANSHTYAGI
Remove legacy version check for `lightning_utilities >= 0.10`
fabric
#20823 opened 2025-05-12 17:57 by
deependujha
WIP: to_onnx return ONNXProgram
pl
dependencies
package
#20811 opened 2025-05-11 07:01 by
GdoongMathew
Fix advanced profiler for python >=3.12
pl
#20809 opened 2025-05-10 16:15 by
relativityhd
WIP: Torch-Tensorrt Integration with LightningModule
pl
dependencies
#20808 opened 2025-05-10 08:14 by
GdoongMathew
CLI: resolve jsonargparse deprecation warning
pl
#20802 opened 2025-05-07 10:11 by
adamjstewart
build(deps): update numpy requirement from <1.27.0,>=1.17.2 to >=1.17.2,<2.1.0 in /requirements
ci
fabric
pl
dependencies
#20786 opened 2025-05-05 01:34 by
dependabot[bot]
Support `grad_clip_norm_()` for FSDP
pl
#20784 opened 2025-05-03 20:58 by
amorehead
check param is of nn.Parameter type for pruning sanitization
pl
#20783 opened 2025-05-03 17:50 by
chanokin
Allow cross-device local checkpoints with `fsspec>=2025.5.0`
fabric
pl
dependencies
#20780 opened 2025-05-01 18:04 by
siemdejong
Added warmup parameter to early stopping cb
pl
#20778 opened 2025-04-30 06:53 by
Furkan-rgb
LightningCLI instantiator receives values applied by instantiation links to set in hparams
has conflicts
pl
dependencies
#20777 opened 2025-04-30 05:42 by
mauvilsa
Fix double iteration bug when resumed from a checkpoint.
pl
#20775 opened 2025-04-29 18:53 by
sudiptob2
add toggled_optimizer context manager
docs
pl
#20771 opened 2025-04-28 09:47 by
rustamzh
[Not finished] Allow customized parameter grouping for automatic optimzier configuration.
pl
#20742 opened 2025-04-21 07:39 by
SeanZhang99
fix: `overfit_batches` uses same batch for train and val
docs
pl
#20731 opened 2025-04-20 13:22 by
ved1beta
Cpu memory accumulation bug
pl
#20730 opened 2025-04-20 12:26 by
ved1beta
docs(LightningModule): update docs for `.training` mode in loops
docs
pl
#20716 opened 2025-04-15 17:32 by
adosar
FabricModule: wrap forward methods instead of monkeypatch-based redirect
fabric
#20711 opened 2025-04-13 00:41 by
tonyf
ci: add test for double iterating into empty queue bug
pl
#20705 opened 2025-04-09 18:01 by
iyilmaz24
feat: add support for cloud files and non-local checkpoints
won't fix
has conflicts
pl
#20701 opened 2025-04-07 07:37 by
parambharat
Added support for flushing Comet experiment data to the Comet after saving a checkpoint.
pl
#20680 opened 2025-03-27 17:10 by
yaricom
feat[logger] update mlflow limit for parameters length log
waiting on author
pl
#20636 opened 2025-03-11 14:23 by
bastienjalbert
fix(mlflow): Enabling multiple callbacks for checkpoint reporting
logger
3rd party
community
pl
#20585 opened 2025-02-11 13:49 by
HarryAnkers
updated `ModelCheckpoint` to add the facility of retaining periodic checkpoints
pl
#20547 opened 2025-01-14 23:00 by
arijit-hub
Generic weight averaging callback that supports EMA
docs
fabric
pl
#20545 opened 2025-01-14 12:18 by
senarvi
Add Deepspeed Zero 3 MiCS support (Issues #20378)
docs
strategy: deepspeed
fabric
pl
#20461 opened 2024-12-03 09:00 by
hehepig4
Add `best_k_metrics` parameter to the `ModelCheckpoint`
waiting on author
pl
#20457 opened 2024-11-27 22:50 by
gonzachiar
Add fp8 (torchao)/fsdp2/torch_compile handlers and tests
won't fix
has conflicts
pl
#20445 opened 2024-11-25 04:26 by
qingquansong
Call configure_module before freeze_before_training
pl
#20428 opened 2024-11-18 06:53 by
chualanagit
Older