Skip to content

Commit

Permalink
[MPIJob] Change hyper-param loop to reuse the same CRD/containers (#1247
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yaronha committed Aug 24, 2021
1 parent f155836 commit f269bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlrun/runtimes/mpijob/abstract.py
Expand Up @@ -88,7 +88,8 @@ def __init__(

class AbstractMPIJobRuntime(KubejobRuntime, abc.ABC):
kind = "mpijob"
_is_nested = False
# nested i.e. hyper-param loop will use the same CRD/containers (vs CRD per iteration)
_is_nested = True

@property
def spec(self) -> MPIResourceSpec:
Expand Down

0 comments on commit f269bfa

Please sign in to comment.