File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -234,9 +234,6 @@ export PATH="${CUDA_HOME}/bin:$PATH"
234234export CUDA_INCLUDE_DIRS=$CUDA_HOME/include
235235export 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)
241238if [ -n "${LD_LIBRARY_PATH:-}" ]; then
242239 export LD_LIBRARY_PATH="/usr/local/cuda-${CUDA_VERSION}/compat:${LD_LIBRARY_PATH}"
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments