Chatbot tutorial help

Hi,
I’m currently following along the chatbot tutorial and i’m running the evaluation step.
But I got an error:
Found no NVIDIA driver on your system. Please check that you
have an NVIDIA GPU and installed a driver from
http://www.nvidia.com/Download/index.aspx
I’m using window 10 with intel i7 core and doesn’t come with NVIDA GPU.
Is there another way I can run this?

Hi,

What does the USE_CUDA = torch.cuda.is_available() contains after running this at the beginning of the tutorial?

I have the CUDA toolkit installed on my computer but it still returns false

If you don’t have an nvidia GPU, you won’t be able to run with cuda.
Even if you have the cuda toolkit.

It should return false, and should not use cuda.