Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'nemo.collections.diffusion.mcore_parallel_utils' #80

Open
MtYCNN opened this issue Jan 23, 2025 · 2 comments
Open

No module named 'nemo.collections.diffusion.mcore_parallel_utils' #80

MtYCNN opened this issue Jan 23, 2025 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@MtYCNN
Copy link

MtYCNN commented Jan 23, 2025

I have already installed NeMo (version 2.2.0rc0), Nemo toolkit, and so on. Why do I keep reporting "No module named 'nemo. collections. diffusion. mcore_prallel_utils'" when performing multi GPU inference?

@mharrim mharrim added the question Further information is requested label Jan 26, 2025
@ethanhe42
Copy link
Member

did you use our provided container? version 2.2.0rc0 doesn't have the supporting code yet.
or you can try this branch https://github.com/NVIDIA/NeMo/tree/physicalai/nemo/collections/diffusion

@ethanhe42
Copy link
Member

you can try build container with this Dockerfile

FROM nvcr.io/nvidia/nemo:24.12

RUN pip install --no-cache-dir imageio[ffmpeg] pyav iopath better_profanity peft git+https://github.com/NVlabs/Pytorch_Retinaface.git@b843f45

ARG GITLAB_CLONE_ACCESS_TOKEN
RUN rm -rf /opt/megatron-lm
RUN git clone --single-branch --branch cosmos [email protected]:NVIDIA/Megatron-LM.git /opt/megatron-lm && cd /opt/megatron-lm && pip install -e . && rm -rf .git && cd megatron/core/datasets && make
RUN rm -rf /opt/NeMo
RUN git clone --single-branch --branch physicalai [email protected]:NVIDIA/NeMo.git /opt/NeMo && cd /opt/NeMo && git checkout 75aa5fe3e5acc5a885bc3409be553960067fabb9 && rm -rf .git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants