-
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
Binaries for PyTorch 1.9.0 #3158
Comments
Hi, |
I did not build from source, as wheels fails to bundle everything. What i suspect is nvcc version of the 3070. What i end up using in 3070 is and
which runs, but VRAM quickly fills up. Issues I'm having are similar to #2837 and pytorch/pytorch#55027 |
I managed to fix the 3xxx issues. Posting incase anyone needs this info. What i did was follow the tutorial for installing CuDNN 8.1 (link), but
I followed instructions provided in the link, until conda installation. I do not run conda, therefore it is of no use to me. Next, install PyTorch 1.9.0 with CUDA 11.1.
Then i simply installed detectron2 from source. Everything seems to work like a charm for the time. |
🚀 Feature
Pre built binaries for new PyTorch version (1.9.0) and CUDA 11.1
Motivation & Examples
I'm having problems working with 3xxx nvidia series and cuda 11.1.
I rolled back to torch 1.7.1 and cuda 10.2, but VRAM caching seems to be a tremendous issue.
Hopefully, new releases fix that.
The text was updated successfully, but these errors were encountered: