Skip to content

Commit

Permalink
fix: add back CWD env var to deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-tow committed May 23, 2023
1 parent 2c2d991 commit 65fb9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export CPATH=\$CONDA_HOME/include:\$CPATH
###########################################################
export NCCL_DEBUG=warn
# Uncomment the following lines to enable detailed NCCL debug logging
# CWD=\$(pwd)
CWD=\$(pwd)
# mkdir -p \$CWD/nccl-logs/\$SLURM_JOB_ID
# export NCCL_DEBUG_FILE=\$CWD/nccl-logs/\$SLURM_JOB_ID/debug.%h.%p
# export NCCL_DEBUG_SUBSYS=all # Allows filtering the NCCL_DEBUG=INFO output based on subsystems
Expand Down

0 comments on commit 65fb9ce

Please sign in to comment.