From e2c19a02521b6dff706cc9b336496938c44e9f3d Mon Sep 17 00:00:00 2001 From: Lewis Tunstall Date: Wed, 8 Nov 2023 23:09:16 +0000 Subject: [PATCH] Tweak --- recipes/launch.slurm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/launch.slurm b/recipes/launch.slurm index 39ee457..15ef4b6 100644 --- a/recipes/launch.slurm +++ b/recipes/launch.slurm @@ -69,7 +69,8 @@ export NCCL_ASYNC_ERROR_HANDLING=1 # export NCCL_NSOCKS_PERTHREAD=1 # export CUDA_LAUNCH_BLOCKING=1 -# Specific configuration for the Hugging Face Compute Cluster - be warned this may not work on other clusters! +# Specific configuration for the Hugging Face Compute Cluster +# Be ye warned this may not work on other clusters! export NCCL_PROTO=simple export RDMAV_FORK_SAFE=1 export FI_EFA_FORK_SAFE=1