Skip to content

Commit 9bce287

Browse files
Remove setting MONARCH_HOST_MESH_V1_REMOVE_ME_BEFORE_RELEASE env variable (#642)
1 parent 76cdfbe commit 9bce287

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

scripts/install.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ export PATH="${CUDA_HOME}/bin:$PATH"
234234
export CUDA_INCLUDE_DIRS=$CUDA_HOME/include
235235
export CUDA_CUDART_LIBRARY=$CUDA_HOME/lib64/libcudart.so
236236
237-
# Temporary measure until this environment variable is removed
238-
export MONARCH_HOST_MESH_V1_REMOVE_ME_BEFORE_RELEASE=1
239-
240237
# Add only CUDA compat libs to LD_LIBRARY_PATH (safe for system tools)
241238
if [ -n "${LD_LIBRARY_PATH:-}" ]; then
242239
export LD_LIBRARY_PATH="/usr/local/cuda-${CUDA_VERSION}/compat:${LD_LIBRARY_PATH}"

src/forge/controller/launcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ def build_appdef(self) -> specs.AppDef:
291291
"VLLM_TORCH_COMPILE_LEVEL": "0",
292292
"VLLM_USE_TRITON_FLASH_ATTN": "0",
293293
"HF_HUB_OFFLINE": "1",
294-
"MONARCH_HOST_MESH_V1_REMOVE_ME_BEFORE_RELEASE": "1",
295294
"TORCHSTORE_RDMA_ENABLED": "1",
296295
"HF_HOME": "/mnt/wsfuse/teamforge/hf",
297296
"TRANSFORMERS_OFFLINE": "1",

0 commit comments

Comments
 (0)