Skip to content

Commit

Permalink
Use absolute path for NeMo launcher repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Nov 15, 2024
1 parent 68025cc commit 8ff7ab8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def gen_exec_command(self, tr: TestRun) -> str:
)
self.final_cmd_args["cluster.gpus_per_node"] = self.system.gpus_per_node or "null"

repo_path = tdef.python_executable.git_repo.installed_path
repo_path = tdef.python_executable.git_repo.installed_path.absolute()
if not repo_path:
logging.warning(
f"Local clone of git repo {tdef.python_executable.git_repo} does not exist. "
Expand Down

0 comments on commit 8ff7ab8

Please sign in to comment.