From 4aea44a4bff5928bbfa521dfd867e23f9a90bbfd Mon Sep 17 00:00:00 2001 From: nayan Date: Sat, 25 Jul 2026 11:39:20 -0400 Subject: [PATCH] i still don't know what i'm doing --- .github/workflows/sunnypilot-build-model.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sunnypilot-build-model.yaml b/.github/workflows/sunnypilot-build-model.yaml index 0ef4dfb8ae..0c6e800785 100644 --- a/.github/workflows/sunnypilot-build-model.yaml +++ b/.github/workflows/sunnypilot-build-model.yaml @@ -118,7 +118,9 @@ jobs: with: submodules: recursive - - run: git lfs pull + - run: | + cd ${{ github.workspace }}/openpilot + git lfs pull - name: Cache SCons uses: actions/cache@v4 with: @@ -170,7 +172,7 @@ jobs: name: models-${{ env.REF }}${{ inputs.artifact_suffix }} path: ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models - run: | - rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision}.onnx + rm -f ${{ github.workspace }}/openpilot/openpilot/selfdrive/modeld/models/{dmonitoring_model,big_driving_policy,big_driving_vision, big_driving_supercombo}.onnx - name: Build Model run: |