i still don't know what i'm doing

This commit is contained in:
nayan
2026-07-25 11:39:20 -04:00
parent f70170220d
commit 4aea44a4bf
@@ -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: |