Replies: 1 comment
-
|
Looks like there was a massive change in verison 26. Nemo_toolkit is no longer a thing. Still trying to find a blog post or announcement that walks through the changes, but my question is one where I just need to do more research, so I am closing it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use nemo to train Nemotron Parse, but I getting an error that the package nemo is not there:
File "/app/training/train.py", line 13, in
import nemo.lightning as nl
ModuleNotFoundError: No module named 'nemo'
I ran this command: podman run --rm nvcr.io/nvidia/nemo:26.04.00 pip list
And there is nothing in there like "nemo" or "nemo_tookit" or really, nemo-anything-at-all.
Am I missing something? Seems odd to use the Nemo container and have it not include the nemo framework.
Updates:
I saw that there was a version 26.04 (vs 26.04.00) and I tried checking it. It also had no "nemo" packages.
I tried running this command on version 25.11.01. It had a lot of "nemo" packages:
nemo-evaluator 0.1.46
NeMo-Export-Deploy 0.3.1
NeMo-FW 25.11rc3
nemo_run 0.7.0rc0.dev0
nemo_text_processing 1.1.0
nemo-toolkit 2.6.0rc0
This leads me to believe that version 26 of nemo is not actually working. (Which is confusing because they have this image saying that the latest tag should be used.)
Beta Was this translation helpful? Give feedback.
All reactions