You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use your repo for some fact checking tasks.
I followed the quick start guide, but when I want to use the demo app (demo/main.py), it fails with the assertion that CUDA is not enabled. On may Mac it says AssertionError: Torch not compiled with CUDA enabled, and on my Linux machine it says RuntimeError: Found no NVIDIA driver on your system..
None of my machines have a NVIDIA GPU. Is there a way to run your system on CPU only? Does it work if I change the requirements to Torch-cpu or there are other GPU requirements as well?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I was trying to use your repo for some fact checking tasks.
I followed the quick start guide, but when I want to use the demo app (
demo/main.py
), it fails with the assertion that CUDA is not enabled. On may Mac it saysAssertionError: Torch not compiled with CUDA enabled
, and on my Linux machine it saysRuntimeError: Found no NVIDIA driver on your system.
.None of my machines have a NVIDIA GPU. Is there a way to run your system on CPU only? Does it work if I change the requirements to Torch-cpu or there are other GPU requirements as well?
Thanks
The text was updated successfully, but these errors were encountered: