Skip to content

Commit 8e850e0

Browse files
Add warm storage related env variables to MAST setup (#636)
1 parent 60db2a9 commit 8e850e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/forge/controller/launcher.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ def build_appdef(self) -> specs.AppDef:
297297
"TORCHSTORE_RDMA_ENABLED": "1",
298298
"HF_HOME": "/mnt/wsfuse/teamforge/hf",
299299
"TRANSFORMERS_OFFLINE": "1",
300+
"FUSE_SRC": "ws://ws.ai.pci0ai/genai_fair_llm",
301+
"FUSE_DST": "/mnt/wsfuse",
300302
},
301303
}
302304

0 commit comments

Comments
 (0)