lightning/tests/tests_pytorch
awaelchli 3f69134479
Fix seed in test to avoid interactions on global random state (#20014)
2024-06-27 15:29:13 +02:00
..
accelerators [TPU] Fix test assertion error from artifacts (#19825) 2024-05-23 07:11:28 -04:00
callbacks Better graceful shutdown for KeyboardInterrupt (#19976) 2024-06-16 10:43:42 -04:00
checkpointing Fix `save_last` type annotation for ModelCheckpoint (#19808) 2024-06-05 20:24:45 -04:00
core Fix seed in test to avoid interactions on global random state (#20014) 2024-06-27 15:29:13 +02:00
demos Improve handling the positional encoding in Transformer example (#18987) 2023-11-19 14:37:31 +01:00
deprecated_api precommit: ruff-format (#19434) 2024-02-15 13:39:17 -05:00
graveyard Fix infinite recursion error in precision plugin graveyard (#19542) 2024-02-27 19:19:33 +01:00
helpers Avoid interactions through test artifacts (#19821) 2024-04-28 11:56:40 -04:00
loggers Check if CometLogger experiment is alive (#19915) 2024-06-18 13:15:12 -04:00
loops Disable skipping training step in distributed training (#19918) 2024-05-30 11:54:48 -04:00
models Ignore parameters causing ValueError when dumping to YAML (#19804) 2024-06-06 18:36:28 -04:00
overrides ruff: replace isort with ruff +TPU (#17684) 2023-09-26 11:54:55 -04:00
plugins Add PyTorch 2.3 to CI matrix (#19708) 2024-04-29 07:16:13 -04:00
profilers test: replacing `tmpdir` with `tmp_path` in `tests_pytorch/profiler` (#19649) 2024-03-17 01:27:15 -04:00
serve Avoid interactions through test artifacts (#19821) 2024-04-28 11:56:40 -04:00
strategies Flexible and easy to use HSDP setting (#19504) 2024-06-05 20:15:03 -04:00
trainer Better graceful shutdown for KeyboardInterrupt (#19976) 2024-06-16 10:43:42 -04:00
tuner Fix resetting epoch loop restarting flag in LearningRateFinder (#19819) 2024-06-07 10:52:58 -04:00
utilities Remove support for PyTorch 1.13 (#19706) 2024-04-27 01:24:07 -04:00
__init__.py Avoid interactions through test artifacts (#19821) 2024-04-28 11:56:40 -04:00
conftest.py Destroy process group in atexit handler (#19931) 2024-06-05 19:31:43 -04:00
run_standalone_tasks.sh Drop nvtx test (#19154) 2023-12-14 15:43:23 +01:00
run_tpu_tests.sh Drop XLA XRT support (#19232) 2024-01-10 18:39:20 +01:00
test_cli.py Update `test_lightning_cli_help` for future change in jsonargparse (#20002) 2024-06-21 10:38:42 -04:00