We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc2890 commit 629ac6dCopy full SHA for 629ac6d
tests/helpers/expected_warns.py
@@ -21,6 +21,7 @@
21
"GPU available but",
22
"`max_epochs` was not",
23
"The dirpath has changed from",
24
+ "unless they are explicitly allowlisted", # required for oldest pytorch (2.5.0) with Lightning 2.5.6
25
"Conversion of an array with ndim > 0", # still needed with python 3.9 and torch 2.4.0
26
"Please use the new API settings to control TF32 behavior", # TODO: temporarily required with 20250811 nightly
27
WORKER_WARNING,
0 commit comments