File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1515from typing import Any
1616
1717import monarch
18-
1918import torchx .specs as specs
20-
21- from forge .types import Launcher , LauncherConfig
2219from monarch ._rust_bindings .monarch_hyperactor .alloc import AllocConstraints
2320from monarch ._rust_bindings .monarch_hyperactor .channel import ChannelTransport
24-
2521from monarch ._rust_bindings .monarch_hyperactor .config import configure
2622from monarch ._src .actor .allocator import RemoteAllocator , TorchXRemoteAllocInitializer
2723from monarch .actor import Actor , endpoint , ProcMesh
2824from monarch .tools import commands
2925from monarch .tools .commands import create , info
3026from monarch .tools .config import Config , Workspace
3127
28+ from forge .types import Launcher , LauncherConfig
29+
3230_MAST_AVAILABLE = False
3331
3432try :
@@ -267,7 +265,7 @@ async def launch_mast_job(self):
267265
268266 def add_additional_packages (self , packages : "Packages" ) -> "Packages" :
269267 packages .add_package ("oil.oilfs:stable" )
270- packages .add_package ("manifold.manifoldfs" )
268+ packages .add_package ("manifold.manifoldfs:prod " )
271269 return packages
272270
273271 def build_appdef (self ) -> specs .AppDef :
You can’t perform that action at this time.
0 commit comments