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
Container nemo:25.07 is missing nvidia_eval_commons. The workaround is to pip install nvidia_eval_commons under the container, to get the example code fragments on README.md work.
Steps/Code to reproduce bug
docker run ... nvcr.io/nvidia/nemo:25.07 python -c 'import nvidia_eval_commons'
Expected behavior
Expected: no error
Actual: Python module not found error.
Environment overview (please complete the following information)