exo
exo copied to clipboard
Update README
The README says to using the command:
python3 main.py
But the correct command is actually:
CUDA=1 python3 main.py
I can fix this
https://github.com/exo-explore/exo/pull/224
I'm not sure about this. In tinygrad we use the default device which should be CUDA on an NVIDIA GPU instance.
Source: https://docs.tinygrad.org/mnist/
Closing as I don't think this is necessary. Typically this means you didn't install CUDA.