-
Notifications
You must be signed in to change notification settings - Fork 91
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
Installation Error with mamba-ssm while Installing nemo-curator #399
Comments
I have same error |
try this before will work . |
Thanks for raising @piyushkashyap07. @ryantwolf looks like this is related to Nemo-toolkit 2.0 which was fixed in #372 but still impacts the existing release. Perhaps we need to patch release |
Hi, should now be resolved with the latest NeMo Curator release 0.5.1. Thanks! |
Description:
I'm encountering an issue while attempting to install
nemo-curator[all]
via the command in google colab:!pip install --extra-index-url https://pypi.nvidia.com nemo-curator[all]
The error log indicates that the build process for the
mamba-ssm
package fails, resulting in the following message:Error Details:
mamba-ssm
.Solution:
I was able to resolve the issue by manually downloading and installing the specific
.whl
file formamba-ssm
. Below are the working commands:These commands allow for a successful installation of the
mamba-ssm
package.Environment:
Additional Information:
Would appreciate any updates or recommendations regarding the installation process for
mamba-ssm
in thenemo-curator
package. This solution might be useful for others facing the same issue.The text was updated successfully, but these errors were encountered: