mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
5 lines
341 B
Bash
Executable File
5 lines
341 B
Bash
Executable File
#!/bin/bash -e
|
|
#OPENCL=1 DEBUGCL=1 python3 openpilot/compile.py
|
|
OPENCL=1 DEBUGCL=1 python3 openpilot/compile.py ../selfdrive/modeld/models/supercombo.onnx ../selfdrive/modeld/models/supercombo.thneed
|
|
#FLOAT32=1 python3 openpilot/run_thneed.py $PWD/../selfdrive/modeld/models/supercombo.thneed $PWD/../selfdrive/modeld/models/supercombo.onnx
|