This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I've been wracking my break all week trying to get an AI model to run on my local machine
I have an RTX 3080 10gb. But no matter what version of PyTorch or CUDA I get.
torch.cuda.is_available() to show up as true
I have a windows machine but I'm running Ubuntu on a virtual machine.
I'd really appreciate if someone can tell me what command to run so I can get the last stable version of PyTorch and CUDA for my machine
Edit: This worked for me
pip install torch==1.13.0 cu117 -f https://download.pytorch.org/whl/torch_stable.html
Subreddit
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/pytorch/com...