-
Notifications
You must be signed in to change notification settings - Fork 4.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' #629
Comments
Looking deeper into it, it seems like a Have tried to run the ninja build directly and still encountered an error:
|
Possibly a pytorch problem Original poster claimed solution was to upgrade CUDA version from 10.1.105 to 10.1.243. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to run the basic
cifar_deepspeed.py
example, and have encountered the error below.RuntimeError: Error building extension 'fused_adam'
I've narrowed the error step to simply initializing
FusedAdam
, but the traceback seems incomprehensible.To Replicate
Running Pytorch 1.70, CUDA 10.1, python=3.6.9:
Full Error Log
The text was updated successfully, but these errors were encountered: