From e538ec7603a75e233731a9a7bb7e28ae209b4a98 Mon Sep 17 00:00:00 2001 From: Nicki Skafte Date: Mon, 15 Sep 2025 12:10:23 +0200 Subject: [PATCH 1/2] add link --- src/lightning/pytorch/profilers/pytorch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lightning/pytorch/profilers/pytorch.py b/src/lightning/pytorch/profilers/pytorch.py index e264d5154feba..7e17dcd40398a 100644 --- a/src/lightning/pytorch/profilers/pytorch.py +++ b/src/lightning/pytorch/profilers/pytorch.py @@ -282,7 +282,8 @@ def __init__( table_kwargs: Dictionary with keyword arguments for the summary table. - \**profiler_kwargs: Keyword arguments for the PyTorch profiler. This depends on your PyTorch version + \**profiler_kwargs: Keyword arguments for the :class:`Pytorch profiler `. + The exact available options depend on your PyTorch version. Raises: MisconfigurationException: From bc51b28473885eacecb5ca9ee3debb849eb490bb Mon Sep 17 00:00:00 2001 From: jirka Date: Tue, 16 Sep 2025 19:35:41 +0200 Subject: [PATCH 2/2] Empty-Commit