Skip to content

Commit edec91b

Browse files
committed
update
1 parent cb28a14 commit edec91b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests_fabric/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def restore_env_variables():
6666
"CUDA_MODULE_LOADING", # leaked by PyTorch
6767
"CRC32C_SW_MODE", # set by tensorboardX
6868
"OMP_NUM_THREADS", # set by our launchers
69+
"PL_FORCE_DETERMINISTIC_PORTS", # to force deterministic behavior in tests
6970
# set by torchdynamo
7071
"TRITON_CACHE_DIR",
7172
"TORCHINDUCTOR_CACHE_DIR",

0 commit comments

Comments
 (0)