Downloaded RVC0813Nvidia from hugging face (No supported Nvidia GPU found on rtx3090)

#24
by quietwhisper - opened

2023-09-01 03:51:46 | WARNING | xformers | WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.0.0+cu118 with CUDA 1108 (you have 2.0.1+cpu)
Python 3.9.13 (you have 3.9.13)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
2023-09-01 03:51:46 | WARNING | xformers | Triton is not available, some optimizations will not be enabled.
This is just a warning: No module named 'triton'
No supported Nvidia GPU found

This comment has been hidden

Nvm, running runtime\python.exe -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118 seemed to have fixed the issue.

Sign up or log in to comment