in launcher/nemo/stages.py [0:0]
def _use_local_repo(self) -> bool:
repo_url_or_path = None
if OmegaConf.select(self.cfg, "git.repo_url_or_path"):
repo_url_or_path = self.cfg.git.repo_url_or_path
return repo_url_or_path is not None and not (
repo_url_or_path.startswith("http") or repo_url_or_path.startswith("codecommit::")
)