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 cb28a14 commit edec91bCopy full SHA for edec91b
tests/tests_fabric/conftest.py
@@ -66,6 +66,7 @@ def restore_env_variables():
66
"CUDA_MODULE_LOADING", # leaked by PyTorch
67
"CRC32C_SW_MODE", # set by tensorboardX
68
"OMP_NUM_THREADS", # set by our launchers
69
+ "PL_FORCE_DETERMINISTIC_PORTS", # to force deterministic behavior in tests
70
# set by torchdynamo
71
"TRITON_CACHE_DIR",
72
"TORCHINDUCTOR_CACHE_DIR",
0 commit comments