-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Pytorch 2.0, Cuda 11.8 and future 12.0 & 12.1 compatible #4868
Conversation
@ppwwyyxx @wat3rBro @thiagocrepaldi Now, the changes is clearer. |
Up |
up |
1 similar comment
up |
PTAL |
Why this PR is not merged yet ? The current pytorch has some serious vulnerabilities |
Please merge it in. |
|
Yes, maybe off-topic. But if it's not too much work, would be great to update as well (currently trying myself, will perhaps make a differential PR)
Not quite. Since Pytorch (esp. the CUDA releases) may need a different index, and the |
for cuda releases you need extra index url
|
Up, @ppwwyyxx could you please approve and merge this PR ? |
Could you please explain how to install using your wheels? Or if you have any installation instructions anywhere, could you send a link to it? |
download it and pip install name.whl |
Any update on this? |
Excuse me, how do I download version 0.7? |
hi, I am using Ubuntu 22.04, CUDA 12.3, and would like to install detectron2. I did "python3 -m pip install 'git+https://github.com/johnnynunez/detectron2.git' ", but, I still get this runtime error: "RuntimeError:
Do you know how I can fix this? Thanks. |
First install pytorch: pip3 install -U torch torchvision torchaudio |
Hi @johnnynunez I am using Ubuntu server, CUDA 12.2, torch-2.3.1 torchaudio-2.3.1 torchvision-0.18.1. However, when I try to follow the guide in the installation tutorial I get this error:
Does this mean Detectron not work on CUDA 12.2? Is there any workaround? Thanks |
it is working, you only have to compile it |
I am trying to download wheel for Windows Coming with Access denied error |
Hi, where is the link for downloading your wheel? Thanks! |
I have been able to compile with CUDA 11.8 and CUDA 12.0 & 12.1 using PyTorch 1.13.1, PyTorch dev 2.0 and python 3.10.6(In local)