This repository was archived by the owner on Jan 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/unit_tests/config_tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ env_vars:
6262 NCCL_IB_TIMEOUT : null # InfiniBand Verbs Timeout. Set to 22 for Azure
6363 NCCL_DEBUG : null # Logging level for NCCL. Set to "INFO" for debug information
6464 NCCL_PROTO : null # Protocol NCCL will use. Set to "simple" for AWS
65- TRANSFORMERS_OFFLINE : 1
65+ TRANSFORMERS_OFFLINE : 0
6666 TORCH_NCCL_AVOID_RECORD_STREAMS : 1
6767 NCCL_NVLS_ENABLE : 0
6868 NVTE_DP_AMAX_REDUCE_INTERVAL : 0 # Diable FP8 AMAX reduction in the data-parallel domain
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def test_config(self):
6868 NCCL_IB_TIMEOUT: null # InfiniBand Verbs Timeout. Set to 22 for Azure
6969 NCCL_DEBUG: null # Logging level for NCCL. Set to "INFO" for debug information
7070 NCCL_PROTO: null # Protocol NCCL will use. Set to "simple" for AWS
71- TRANSFORMERS_OFFLINE: 1
71+ TRANSFORMERS_OFFLINE: 0
7272 TORCH_NCCL_AVOID_RECORD_STREAMS: 1
7373 NCCL_NVLS_ENABLE: 0
7474 NVTE_DP_AMAX_REDUCE_INTERVAL: 0 # Diable FP8 AMAX reduction in the data-parallel domain
You can’t perform that action at this time.
0 commit comments