From fa33ba716eb8e60b35b0293ed115f049f7bf92f7 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 28 Aug 2022 11:27:33 -0700 Subject: [PATCH] flip that --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 025d5ba29d..6ee43a2a6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,8 +125,8 @@ jobs: run: pip install -e '.[gpu,testing]' - name: Run Pytest (default) run: | - UNSAFE_FLOAT4=1 DEBUGCL=1 python3 openpilot/compile.py 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/ea449f1fe0bbff0eff5b12d64f0b5e75b7983998/selfdrive/modeld/models/supercombo.onnx testmypy: