152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
759 stars 177 forks source link

CPU Being used over GPU - even though PyTorch showing GPU is enabled #88

Open laperiut opened 1 year ago

laperiut commented 1 year ago

I've got the following issue - I've ran through a bunch of different installations of PyTorch with Nightly (12.1) and back to 11.3

I've uninstall pytorch and installed with the following https://github.com/152334H/tortoise-tts-fast/issues/9

I've started streamlit run app.py and getting the following error You set cuda=True but no cuda device found.

This is my output of a simple test.py python import torch print(torch.cuda.is_available()) True

Some additional information print(torch.cuda.get_device_name()) NVIDIA GeForce RTX 2060 SUPER print(torch.version) 1.11.0+cu113 print(torch.version.cuda) 11.3 print(torch.cuda.get_arch_list()) ['sm_37', 'sm_50', 'sm_60', 'sm_61', 'sm_70', 'sm_75', 'sm_80', 'sm_86', 'compute_37']

grydev commented 1 year ago

did you find a solution?