Skip to content
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

Problem about installing detectron2 on CUDA Verson: 12.3 #73

Open
ShootingWong opened this issue Oct 12, 2024 · 2 comments
Open

Problem about installing detectron2 on CUDA Verson: 12.3 #73

ShootingWong opened this issue Oct 12, 2024 · 2 comments
Assignees

Comments

@ShootingWong
Copy link

Hello, It seems like the max supported CUDA version of detectron2 is 11.3.
image

When I install it in CUDA 12.1 or 12.3, it always failed. But I found that vbench usually require a higher CUDA Version. Even I install detectron2 in CUDA 12.1. When I run vbench evaluation codes, it still return the error which is shown as below:
image

Could you please tell me how to deal with this incompatibility issues?

@ShootingWong
Copy link
Author

I solved this problem by first install detectron2, then install vbench

@lezasantaizi
Copy link

      name: linux_gpu_tests_pytorch2.1.1
      pytorch_version: "2.1.1"
      torchvision_version: "0.16.1"
      cuda_version: "12.1"
      python_version: "3.11"
      pytorch_index: "https://download.pytorch.org/whl/nightly/cu121"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants