Important

NeMo 2.0 is an experimental feature and currently released in the dev container only: nvcr.io/nvidia/nemo:dev. Please refer to NeMo 2.0 overview for information on getting started.

Logs and Results

In the results folder, several essential files are present:

  • {job_name}_submission.sh: This is the generated job script. Depending on the cluster type, it can be a bash script, a slurm script, or a bcprun script.

  • launcher_cmd.log: This file logs the command used to call the launcher.

  • launcher.log: Contains the output of the launcher call python3 main.py.

  • log-*.err/.out: These are the logs from the bash script or slurm script.

  • results: This folder is created by the NeMo Framework (not the NeMo launcher) and contains the results of the execution.