You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This failed due to my_function being in the same file that I was launching the job from.
I was told that I need to move my_function to a separate file in the repo, but since my changes were not committed (due to this being a simple test) I had to also modify the packager to get it to work.
I tried using NeMo Run to launch a Partial on Slurm and ran into a few issues that were solvable but should be more explicitly documented in a guide.
This failed due to
my_function
being in the same file that I was launching the job from.my_function
to a separate file in the repo, but since my changes were not committed (due to this being a simple test) I had to also modify the packager to get it to work.Ideally the first way should be supported, but for now its lack of support should be documented and the 2nd way to do this should also be documented.
The text was updated successfully, but these errors were encountered: