-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
RuntimeError: Error building extension 'fused_adam' #156
Comments
Hm, never seen that one. I am not sure if the |
@srowen Did that. But same issue.
|
Do you have the python3-dev OS package installed? |
I've seen a failure to build fused_adam because of missing libraries, but yours is different than what I've seen and that issue. You're somehow missing the python dev headers. Maybe paths are wrong? it'll be specific to your env. |
I'm still facing this issue. Here is the ds_report:
pip freeze:
NVCC version:
nvidia-smi details:
|
Wrong torch version - use the versions in requirements.txt. It hints at this: |
While training the Dolly model on V100 single GPU, I'm getting the below error:
Command to run:
Environment details:
Any help?
The text was updated successfully, but these errors were encountered: