Open fj-de-torres opened 1 year ago
Can you run print(torch.cuda.is_available())
instead (you didn't have the ()
in your call)?
You may need to install kernel drivers for your GPU to bring it up to date. How to do that would depend on your GPU and OS. You could also try cloning the repo locally and downgrading the torch version and install with pip install -e .
to see if that would work.
After following this tutorial to install pytorch: https://www.linode.com/docs/guides/pytorch-installation-ubuntu-2004/
gives:
as an answer. I suppose I can understand it as "true".
But when running semantra, it gives me some errors and I can't make it work nor know what to do with those messages: