sunnypilot v2026.002.000 release

date: 2026-06-23T12:13:20
master commit: 01a843e0ac
This commit is contained in:
github-actions[bot]
2026-06-23 12:13:21 +00:00
commit 67994b5a86
3950 changed files with 1095788 additions and 0 deletions
Executable
+12
View File
@@ -0,0 +1,12 @@
#!/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