tinygrad-remote-ios

tinygrad host for iOS

download from the appstore

last tested with tinygrad commit c52facf

Run tinygrad code using your iPhone or iPad’s GPU

steps

  1. install and open this app on your iPhone or iPad
  2. install tinygrad on a computer connected to the same wifi network

  3. run any tinygrad code
    REMOTE=1 HOST={your iphone/ipad IP address}:6667 python3 examples/gpt2.py --model_size=gpt2
    

Also try YOLOv8 on tinygrad, by caching tinygrad remote batches, models can be easily ran locally.

notes