mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-20 18:03:46 +08:00
f84d27c4ee
* tinygrad with snpe * force with snpe to validate * fix path * fix more paths * Adjust modeld execution logic based on active model runner Introduced a check to conditionally execute `modeld` based on the active model runner. Added support for distinguishing between SNPE and TinyGrad runners using new helper functions and updated `custom.capnp` definitions. This change optimizes process management by ensuring compatibility with the selected model runner. * Refactor modeld process function checks. Introduce `is_stock_model` to clarify logic and replace direct uses of `is_snpe_model` where the stock model condition is needed. Additionally, rename the duplicate "modeld" process in sunnyPilot to "modeld_snpe" for clarity and consistency. * ignore tg * fix process name * ruff * fix thneed paths * mypy * remove our own * use upstream compile3 * fix thneed * try this * Revert "remove our own" This reverts commit1cf4f57502. * try using compile2.py again * add back symlink * fix path * more fix * wrong path again * Revert "wrong path again" This reverts commitf5301c19d5. * update * hardcode path to our submodule * force path * try this * fix file name * try this * again * Revert "again" This reverts commit17c8cd7376. * Revert "try this" This reverts commit767f78bbcf. * Revert "fix file name" This reverts commit485eef68da. * Revert "try this" This reverts commit41fef87680. * Revert "force path" This reverts commit5c3b408937. * Revert "hardcode path to our submodule" This reverts commit5ee1950b6f. * Revert "update" This reverts commitfb313bd7fb. * Reapply "wrong path again" This reverts commit309639aeb3. * Revert "wrong path again" This reverts commitf5301c19d5. * Revert "more fix" This reverts commit23dd423e78. * Revert "fix path" This reverts commit75d338f2bd. * Revert "add back symlink" This reverts commit9f71ad0b8a. * Revert "try using compile2.py again" This reverts commit914117d2e1. * Reapply "remove our own" This reverts commitb1996377b3. * don't even compile anymore * need it for default snpe model * add to lfs * bring onnx back for sim * must add this back * need this --------- Co-authored-by: DevTekVE <devtekve@gmail.com>
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
* text=auto
|
|
|
|
# to move existing files into LFS:
|
|
# git add --renormalize .
|
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
|
*.thneed filter=lfs diff=lfs merge=lfs -text
|
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
|
*.svg filter=lfs diff=lfs merge=lfs -text
|
|
*.png filter=lfs diff=lfs merge=lfs -text
|
|
*.gif filter=lfs diff=lfs merge=lfs -text
|
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
|
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
selfdrive/test/process_replay/fakedata/*.zst filter=lfs diff=lfs merge=lfs -text
|
|
selfdrive/car/tests/test_models_segs.txt filter=lfs diff=lfs merge=lfs -text
|
|
system/hardware/tici/updater filter=lfs diff=lfs merge=lfs -text
|
|
selfdrive/ui/qt/spinner_larch64 filter=lfs diff=lfs merge=lfs -text
|
|
selfdrive/ui/qt/text_larch64 filter=lfs diff=lfs merge=lfs -text
|
|
third_party/**/*.a filter=lfs diff=lfs merge=lfs -text
|
|
third_party/**/*.so filter=lfs diff=lfs merge=lfs -text
|
|
third_party/**/*.so.* filter=lfs diff=lfs merge=lfs -text
|
|
third_party/**/*.dylib filter=lfs diff=lfs merge=lfs -text
|
|
third_party/acados/*/t_renderer filter=lfs diff=lfs merge=lfs -text
|
|
third_party/qt5/larch64/bin/lrelease filter=lfs diff=lfs merge=lfs -text
|
|
third_party/qt5/larch64/bin/lupdate filter=lfs diff=lfs merge=lfs -text
|
|
third_party/catch2/include/catch2/catch.hpp filter=lfs diff=lfs merge=lfs -text
|