From d1165eb33b7ea461d7037fd765494d976d89249d Mon Sep 17 00:00:00 2001 From: Danielle Pintz Date: Wed, 19 Nov 2025 12:54:50 -0800 Subject: [PATCH] clean up --- .meta/mast/client_bootstrap.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.meta/mast/client_bootstrap.sh b/.meta/mast/client_bootstrap.sh index 1e73a7e3d..e3ccff8fe 100755 --- a/.meta/mast/client_bootstrap.sh +++ b/.meta/mast/client_bootstrap.sh @@ -41,11 +41,5 @@ fi cd "$WORKSPACE_DIR/forge" -export WANDB_MODE=offline -export HF_HUB_OFFLINE=1 -export MONARCH_HOST_MESH_V1_REMOVE_ME_BEFORE_RELEASE=1 -export TORCHSTORE_RDMA_ENABLED=1 -export HF_HOME=/mnt/wsfuse/teamforge/hf - # Execute the client training script with all passed arguments exec python -X faulthandler .meta/mast/main.py "$@"