Skip to content

Commit

Permalink
Remove NCCL_IB_DISABLE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fcogidi committed Oct 24, 2024
1 parent a3147f0 commit 83cf1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmlearn/conf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class MMLearnConf:
job=JobConf(
name=II("experiment_name"),
env_set={
"NCCL_IB_DISABLE": "1",
"TORCH_NCCL_ASYNC_ERROR_HANDLING": "3",
"HYDRA_FULL_ERROR": "1",
},
Expand Down

0 comments on commit 83cf1e8

Please sign in to comment.