TinyGPU app lets you use AMD and NVIDIA GPUs on macOS over USB4/Thunderbolt with tinygrad.
- macOS (12.1+)
- USB4/Thunderbolt port
- A supported GPU (AMD RDNA3+ or NVIDIA Ampere+)
Plug the supported GPU into your Mac over USB4/Thunderbolt.
Note: If tinygrad is cloned but not installed, run commands with
PYTHONPATH=.
curl -fsSL https://raw.githubusercontent.com/tinygrad/tinygrad/master/extra/setup_tinygpu_osx.sh | shThis downloads TinyGPU.app and triggers a system prompt to install the driver extension.
You should see a system prompt: "TinyGPU" would like to use a new driver extension. Click Open System Settings and toggle TinyGPU on.
If you missed the prompt, go to System Settings > General > Login Items & Extensions > Driver Extensions and toggle TinyGPU on.
curl -fsSL https://raw.githubusercontent.com/tinygrad/tinygrad/master/extra/setup_hipcomgr_osx.sh | shInstall Docker Desktop if you don't have it.
curl -fsSL https://raw.githubusercontent.com/tinygrad/tinygrad/master/extra/setup_nvcc_osx.sh | shMake sure ~/.local/bin is on your PATH:
export PATH="$HOME/.local/bin:$PATH"DEV={AMD|NV} python3 tinygrad/apps/llm.py