-
Notifications
You must be signed in to change notification settings - Fork 501
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
Undefined symbol: _ZNK5torch8autograd4Node4nameEv #2715
Comments
The latest stable of release of FBGEMM_GPU is targeted to binary compatibility with torch 2.3.x. The nightliy version should be used for running against torch 2.4.x:
Could you try this and let us know if there are any issues? |
Thanks for your kind reply. Could you please let me know how to resolve this issue?
|
We have not run into the issue |
Was pytorch built with C++11 ABI? (If |
Hi team,
I installed fbgemm_gpu by
$pip install fbgemm-gpu --index-url https://download.pytorch.org/whl/cu121/
command, and using torch.2.4.0.Currently I am facing the error as below
Could you please let me know how to resolve this issue?
Best,
The text was updated successfully, but these errors were encountered: