Open
Description
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
/usr/local/lib/python3.10/dist-packages/fbgemm_gpu/fbgemm_gpu_py.so: undefined symbol: _ZNK5torch8autograd4Node4nameEv
Traceback (most recent call last):
File "/home/gr-optimizations/train.py", line 29, in <module>
import fbgemm_gpu # noqa: F401, E402
File "/usr/local/lib/python3.10/dist-packages/fbgemm_gpu/__init__.py", line 22, in <module>
import fbgemm_gpu.docs # noqa: F401, E402
File "/usr/local/lib/python3.10/dist-packages/fbgemm_gpu/docs/__init__.py", line 9, in <module>
from . import jagged_tensor_ops, table_batched_embedding_ops # noqa: F401
File "/usr/local/lib/python3.10/dist-packages/fbgemm_gpu/docs/jagged_tensor_ops.py", line 14, in <module>
torch.ops.fbgemm.jagged_2d_to_dense,
File "/usr/local/lib/python3.10/dist-packages/torch/_ops.py", line 1131, in __getattr__
raise AttributeError(
AttributeError: '_OpNamespace' 'fbgemm' object has no attribute 'jagged_2d_to_dense'
Could you please let me know how to resolve this issue?
Best,
Metadata
Metadata
Assignees
Labels
No labels