We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has already spent me 1.5 hours but still not done. Is this normal or not?
The text was updated successfully, but these errors were encountered:
The github runner takes about 30mins to compile. https://github.com/state-spaces/mamba/actions/runs/12206882183/job/34057291390 Make sure you have ninja installed to parallelize the build.
ninja
Sorry, something went wrong.
Me, too. And I found ninja exhaust CPU resource, it just always span child process !!!!!
So, I just set MAX_JOBS variables and adjust function append_nvcc_threads in step.py.
Let me guess...... multi-process(shell) compile same cuda file.......
No branches or pull requests
It has already spent me 1.5 hours but still not done. Is this normal or not?
The text was updated successfully, but these errors were encountered: