remove run_thneed dead code

This commit is contained in:
George Hotz
2022-10-20 17:24:18 -07:00
parent 63f9c55156
commit 3b9b7eda48
3 changed files with 0 additions and 306 deletions

View File

@@ -136,7 +136,6 @@ jobs:
run: |
FLOAT16=1 UNSAFE_FLOAT4=1 DEBUGCL=1 python3 openpilot/compile.py
UNSAFE_FLOAT4=1 DEBUGCL=1 python3 openpilot/compile.py
PYTHONPATH="." python3 openpilot/run_thneed.py /tmp/output.thneed https://github.com/commaai/openpilot/raw/6c5693e965b9c63f8678f52b9e9b5abe35f23feb/selfdrive/modeld/models/supercombo.onnx
testmypy:
name: Mypy Tests