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
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Referencing this tutorial: https://docs.nvidia.com/nemo-framework/user-guide/latest/playbooks/kubernetes.html#nemo-framework-on-kubernetes-playbook
an error occurred during the Data Preparation stage.
NeMo Container image: nvcr.io/nvidia/nemo:24.03.01.framework
ENV PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python in the container dose not work.
I fixed this issue by adding the environment variable in the mpirun command.
NeMo-Framework-Launcher/launcher_scripts/nemo_launcher/core/k8s_templates/data_preparation/data-prep.yaml
Line 20 in d14e267