We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5069e commit 300fc6fCopy full SHA for 300fc6f
tests/tests_fabric/conftest.py
@@ -105,6 +105,7 @@ def thread_police_duuu_daaa_duuu_daaa():
105
thread.name == "QueueFeederThread" # tensorboardX
106
or thread.name == "QueueManagerThread" # torch.compile
107
or "(_read_thread)" in thread.name # torch.compile
108
+ ):
109
thread.join(timeout=20)
110
elif (
111
sys.version_info >= (3, 9)
0 commit comments