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
We are building fbgemm_gpu from source for ROCm but when we run an actual inference request, we get the error:
fbgemm_gpu_config.so: cannot open shared object file: No such file or directory
We followed the build instructions from the documentation, specifically "Preparing the Build", "The Build Process", "Set Wheel Build Variables", and then "ROCm Build." The build itself completes without errors.
We also noticed that the docs say to use the v1.2.0 branch but that branch does not exist on the public repo. Appreciate any guidance on this issue
The text was updated successfully, but these errors were encountered:
We are building fbgemm_gpu from source for ROCm but when we run an actual inference request, we get the error:
We followed the build instructions from the documentation, specifically "Preparing the Build", "The Build Process", "Set Wheel Build Variables", and then "ROCm Build." The build itself completes without errors.
We also noticed that the docs say to use the
v1.2.0
branch but that branch does not exist on the public repo. Appreciate any guidance on this issueThe text was updated successfully, but these errors were encountered: