Files
onepilot/scripts/usb.sh
github-actions[bot] d34ece908c sunnypilot v2026.001.000 release
date: 2026-05-06T20:21:21
master commit: b9aa1962ca739c4f119ffb5160faae1d281ce858
2026-05-06 20:21:22 +08:00

13 lines
233 B
Bash
Executable File

#!/usr/bin/env bash
# testing the GPU box
export XDG_CACHE_HOME=/data/tinycache
mkdir -p $XDG_CACHE_HOME
cd /data/openpilot/tinygrad_repo/examples
while true; do
AMD=1 AMD_IFACE=usb python ./beautiful_cartpole.py
sleep 1
done