We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af36003 commit 8c1ba2aCopy full SHA for 8c1ba2a
scripts/prime-intellect/pretrain-job.sh
@@ -72,9 +72,6 @@ export TOKENIZERS_PARALLELISM=false
72
MASTER_ADDR=$(scontrol show hostnames "$SLURM_NODELIST" | head -n 1)
73
MASTER_PORT=29500
74
75
-export WANDB_API_KEY=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
76
-export WANDB_BASE_URL=https://api.wandb.ai
77
-
78
echo "Running srun torchrun on ${SLURM_JOB_NUM_NODES:-1} node(s)" >&2
79
echo "Rendezvous endpoint: $MASTER_ADDR:$MASTER_PORT" >&2
80
srun torchrun \
0 commit comments