You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the steps in the readme here I am getting several import errors
ModuleNotFoundError: No module named 'hammer' referring to the /generative-recommenders/generative_recommenders/ops/pytorch/pt_position.py
After subbing that import out to refer to common.py I get an error OSError: /deeplearning/fbgemm/fbgemm_gpu:sparse_ops: cannot open shared object file: No such file or directory referring to the same file looking at these type of imports torch.ops.load_library("//deeplearning/fbgemm/fbgemm_gpu:sparse_ops")
The text was updated successfully, but these errors were encountered:
When following the steps in the readme here I am getting several import errors
ModuleNotFoundError: No module named 'hammer'
referring to the/generative-recommenders/generative_recommenders/ops/pytorch/pt_position.py
After subbing that import out to refer to common.py I get an error
OSError: /deeplearning/fbgemm/fbgemm_gpu:sparse_ops: cannot open shared object file: No such file or directory
referring to the same file looking at these type of importstorch.ops.load_library("//deeplearning/fbgemm/fbgemm_gpu:sparse_ops")
The text was updated successfully, but these errors were encountered: