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
Hi, I am trying to use canary-1b. As following the installing steps, I installed nemo and nemo-toolkit successfully. But when I try to import EncDecMultiTaskModel, it shows cannot find reference "EncDecMultiTaskModel" in "init.py". Then I printed the packages version, it shows the nemo version is 6.0.3 and nemo-toolkit version is 1.21.0. Therefore, I tried upgrading nemo-toolkit, but after I used "pip install nemo-toolkit==1.23.0", it shows
"ERROR: Could not find a version that satisfies the requirement triton (from nemo-toolkit) (from versions: none)
ERROR: No matching distribution found for triton
"
Could you please help me to figure it out what happened and what should I do to deal with this problem? Thank you sooooo much!!
The text was updated successfully, but these errors were encountered:
OMG I solved this. I installed triton again (followed this answer) then tried "pip install nemo-toolkit==1.23.0" again. I'm so sorry for bothering you for such a stupid question (T__T ).
Hi, I am trying to use canary-1b. As following the installing steps, I installed nemo and nemo-toolkit successfully. But when I try to import EncDecMultiTaskModel, it shows cannot find reference "EncDecMultiTaskModel" in "init.py". Then I printed the packages version, it shows the nemo version is 6.0.3 and nemo-toolkit version is 1.21.0. Therefore, I tried upgrading nemo-toolkit, but after I used "pip install nemo-toolkit==1.23.0", it shows
"ERROR: Could not find a version that satisfies the requirement triton (from nemo-toolkit) (from versions: none)
ERROR: No matching distribution found for triton
"
Could you please help me to figure it out what happened and what should I do to deal with this problem? Thank you sooooo much!!
The text was updated successfully, but these errors were encountered: