Skip to content

Commit 7381c3f

Browse files
Clean up setting of env vars in client_bootstrap.sh (#596)
1 parent f6e7176 commit 7381c3f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.meta/mast/client_bootstrap.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,5 @@ fi
4141

4242
cd "$WORKSPACE_DIR/forge"
4343

44-
export WANDB_MODE=offline
45-
export HF_HUB_OFFLINE=1
46-
export MONARCH_HOST_MESH_V1_REMOVE_ME_BEFORE_RELEASE=1
47-
export TORCHSTORE_RDMA_ENABLED=1
48-
export HF_HOME=/mnt/wsfuse/teamforge/hf
49-
5044
# Execute the client training script with all passed arguments
5145
exec python -X faulthandler .meta/mast/main.py "$@"

0 commit comments

Comments
 (0)