We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Did anyone manage to run 3D inference on RTX 40x0+ GPU.
Inference fails due to some incompatibility issues, however, I'm not able to build the repo if I add sm=8.9 to nvcc compute capability in setup.py.
sm=8.9
nvcc
setup.py
I'm able to run 2D pose estimation with CUDA 11.6, however 3D pose estimation fails. Any help would be appreciated :)
Is there any torch 2.0 build?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Did anyone manage to run 3D inference on RTX 40x0+ GPU.
Inference fails due to some incompatibility issues, however, I'm not able to build the repo if I add
sm=8.9
tonvcc
compute capability insetup.py
.I'm able to run 2D pose estimation with CUDA 11.6, however 3D pose estimation fails. Any help would be appreciated :)
Is there any torch 2.0 build?
Thanks!
The text was updated successfully, but these errors were encountered: