From f24bf63401e91f66d2915597371a5487d9b3a2ad Mon Sep 17 00:00:00 2001 From: Danielle Pintz Date: Sat, 8 Nov 2025 09:00:56 -0800 Subject: [PATCH 1/3] upd --- pyproject.toml | 6 +++--- src/forge/controller/launcher.py | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8460b5b78..39179ed77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,9 @@ dependencies = [ dynamic = ["version"] [project.urls] -GitHub = "https://github.com/pytorch-labs/forge" -Documentation = "https://github.com/pytorch-labs/forge/tree/main/docs" -Issues = "https://github.com/pytorch-labs/forge/issues" +GitHub = "https://github.com/meta-pytorch/torchforge" +Documentation = "https://meta-pytorch.org/torchforge" +Issues = "https://github.com/meta-pytorch/torchforge/issues" [project.optional-dependencies] dev = [ diff --git a/src/forge/controller/launcher.py b/src/forge/controller/launcher.py index 333acbe32..20b7dae80 100644 --- a/src/forge/controller/launcher.py +++ b/src/forge/controller/launcher.py @@ -17,6 +17,8 @@ import monarch import torchx.specs as specs + +from forge.types import Launcher, LauncherConfig from monarch._rust_bindings.monarch_hyperactor.alloc import AllocConstraints from monarch._rust_bindings.monarch_hyperactor.channel import ChannelTransport @@ -28,8 +30,6 @@ from monarch.tools.components import hyperactor from monarch.tools.config import Config, Workspace -from forge.types import Launcher, LauncherConfig - _MAST_AVAILABLE = False try: @@ -251,7 +251,7 @@ async def launch_mast_job(self): "hpcIdentity": "hyper_monarch", "hpcJobOncall": "monarch", "hpcClusterUuid": "MastProdCluster", - "rmAttribution": "pytorch4all_clients_approved", + "rmAttribution": "msl_infra_hw_enab_agentrl", }, appdef=self.build_appdef(), workspace=Workspace( From ddc250333a5e59d3cb39b50616bbc3c0237a04ac Mon Sep 17 00:00:00 2001 From: Danielle Pintz Date: Sun, 9 Nov 2025 04:35:40 -0800 Subject: [PATCH 2/3] upd --- src/forge/controller/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/controller/launcher.py b/src/forge/controller/launcher.py index 20b7dae80..30f9b2b05 100644 --- a/src/forge/controller/launcher.py +++ b/src/forge/controller/launcher.py @@ -251,7 +251,7 @@ async def launch_mast_job(self): "hpcIdentity": "hyper_monarch", "hpcJobOncall": "monarch", "hpcClusterUuid": "MastProdCluster", - "rmAttribution": "msl_infra_hw_enab_agentrl", + "rmAttribution": "pytorch4all_clients_approved", }, appdef=self.build_appdef(), workspace=Workspace( From 05b5fb1ac12cd38051baf2ad69dbb211e3be450e Mon Sep 17 00:00:00 2001 From: Danielle Pintz Date: Sun, 9 Nov 2025 04:38:00 -0800 Subject: [PATCH 3/3] upd --- src/forge/controller/launcher.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/controller/launcher.py b/src/forge/controller/launcher.py index 30f9b2b05..333acbe32 100644 --- a/src/forge/controller/launcher.py +++ b/src/forge/controller/launcher.py @@ -17,8 +17,6 @@ import monarch import torchx.specs as specs - -from forge.types import Launcher, LauncherConfig from monarch._rust_bindings.monarch_hyperactor.alloc import AllocConstraints from monarch._rust_bindings.monarch_hyperactor.channel import ChannelTransport @@ -30,6 +28,8 @@ from monarch.tools.components import hyperactor from monarch.tools.config import Config, Workspace +from forge.types import Launcher, LauncherConfig + _MAST_AVAILABLE = False try: