Skip to content

Commit 0e42364

Browse files
authored
Remove sending packager to fdl_runner (#115)
1 parent 6b00501 commit 0e42364

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/nemo_run/run/torchx_backend/packaging.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ def package(
8080
except Exception as e:
8181
log.warning(f"Failed saving yaml configs due to: {e}")
8282

83-
args += [
84-
"-p",
85-
packager_filename,
86-
]
87-
8883
args.append(fn_or_script_filename)
8984
else:
9085
args += [

test/run/torchx_backend/test_packaging.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ def test_package_partial_to_file(tmpdir):
9595
"nemo_run.core.runners.fdl_runner",
9696
"-n",
9797
"test",
98-
"-p",
99-
f"{tmpdir}/configs/test_packager",
10098
f"{tmpdir}/configs/test_fn_or_script",
10199
]
102100

0 commit comments

Comments
 (0)