Skip to content

I have CUDA installed yet can't select GPU as an option in the webui #36

Answered by Rettroix
Rettroix asked this question in Q&A
Discussion options

You must be logged in to vote

So I've managed to fix this and the solution is rather simple! All I had to do as uninstall torch with this command:
pip uninstall torch torchvision functorch tinycudann

and then resintall it with CUDA with this command:
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118

These commands were the ones found on this site: https://docs.nerf.studio/en/latest/quickstart/installation

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Rettroix
Comment options

@Rettroix
Comment options

Answer selected by Rettroix
@abdeladim-s
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants