exo icon indicating copy to clipboard operation
exo copied to clipboard

Update README

Open vectrocomputers opened this issue 1 year ago • 3 comments

The README says to using the command:

python3 main.py

But the correct command is actually:

CUDA=1 python3 main.py

vectrocomputers avatar Sep 16 '24 02:09 vectrocomputers

I can fix this

nicholasyfu1 avatar Sep 19 '24 19:09 nicholasyfu1

https://github.com/exo-explore/exo/pull/224

nicholasyfu1 avatar Sep 19 '24 19:09 nicholasyfu1

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/

Screenshot 2024-09-20 at 17 17 23

AlexCheema avatar Sep 20 '24 16:09 AlexCheema

Closing as I don't think this is necessary. Typically this means you didn't install CUDA.

AlexCheema avatar Sep 28 '24 18:09 AlexCheema