We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b00501 commit 0e42364Copy full SHA for 0e42364
src/nemo_run/run/torchx_backend/packaging.py
@@ -80,11 +80,6 @@ def package(
80
except Exception as e:
81
log.warning(f"Failed saving yaml configs due to: {e}")
82
83
- args += [
84
- "-p",
85
- packager_filename,
86
- ]
87
-
88
args.append(fn_or_script_filename)
89
else:
90
args += [
test/run/torchx_backend/test_packaging.py
@@ -95,8 +95,6 @@ def test_package_partial_to_file(tmpdir):
95
"nemo_run.core.runners.fdl_runner",
96
"-n",
97
"test",
98
99
- f"{tmpdir}/configs/test_packager",
100
f"{tmpdir}/configs/test_fn_or_script",
101
]
102
0 commit comments