exo icon indicating copy to clipboard operation
exo copied to clipboard

Will it run on Raspberry Pi?

Open shakedzy opened this issue 1 year ago • 4 comments

I couldn't figure out from the README if I can run this on a cluster of Raspberry Pis? Do Linux systems require some sort of Nvidia-based card (which is what I understand from the prerequisites)?

shakedzy avatar Oct 05 '24 15:10 shakedzy

Hold off on this until we have PyTorch support merged (#139). You could already try, but others have run into issues and I'm not sure of the root cause.

AlexCheema avatar Oct 05 '24 23:10 AlexCheema

I couldn't figure out from the README if I can run this on a cluster of Raspberry Pis? Do Linux systems require some sort of Nvidia-based card (which is what I understand from the prerequisites)?

By the way do you have a version with PCIE lanes so GPU can be attached?

FFAMax avatar Oct 06 '24 00:10 FFAMax

I couldn't figure out from the README if I can run this on a cluster of Raspberry Pis? Do Linux systems require some sort of Nvidia-based card (which is what I understand from the prerequisites)?

By the way do you have a version with PCIE lanes so GPU can be attached?

Yes, but I was hoping to use the Hailo AI chip ( https://www.raspberrypi.com/products/ai-kit/ ) rather than an actual GPU

shakedzy avatar Oct 06 '24 06:10 shakedzy

Indeed, with the current state of PR 139, I have it running on a single raspberry pi. Getting a networking issue with two pis with discovery over UDP, but it works on a single pi (using the Llama 3.2 1b model).

dtnewman avatar Oct 07 '24 16:10 dtnewman