# generated by running
# cd ~/fbsource/fbcode/torchx/fb/example
# torchx configure --all --schedulers local_cwd,mast,flow

[local_cwd]
log_dir = None
prepend_cwd = False

[mast]
hpcClusterUuid = MastProdCluster
runningTimeoutSec = None
hpcIdentity = pytorch_r2p
hpcJobOncall = pytorch_r2p
useStrictName = False
mounts = None
localityConstraints = None
enableGracefulPreemption = False

[flow]
secure_group = pytorch_r2p
entitlement = default
proxy_workflow_image = None

[cli:run]
component = fb.dist.hpc

# TODO need to add hydra to bento_kernel_torchx and make that the default img
[component:fb.dist.ddp]
img = bento_kernel_pytorch_lightning
m = compute_world_size/main.py

[component:fb.dist.ddp2]
img = bento_kernel_pytorch_lightning
m = compute_world_size/main.py

[component:fb.dist.hpc]
img = bento_kernel_pytorch_lightning
m = compute_world_size/main.py

