Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Commit 599ecfc

Browse files
akoumpapablo-garay
authored andcommitted
TRANSFORMERS_OFFLINE=0
Signed-off-by: Alexandros Koumparoulis <[email protected]>
1 parent 82dba1d commit 599ecfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launcher_scripts/conf/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

launcher_scripts/tests/unit_tests/config_tests/test_main_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)