lucidrains/deep-daze

3080 support

Damieo opened this issue · 0 comments

windows 10

NVIDIA GeForce RTX 3080 with CUDA capability sm_86 is not compatible with the current PyTorch installation.
The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37.
If you want to use the NVIDIA GeForce RTX 3080 GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/

I have installed a ton of new pytorch builds and yet it doesn't work and gives me the same error until i go and remove from site-packages "torch" it then changes error to no module named torch as expected. Please help, i haven't slept for 3 days and just want this danm program to work on my gpu. I have followed numerous tutorials and even the one on here in the issue section and it didn't work.

import torch
torch.cuda.is_available()
returns true as-well. cuda version is 11.4