diff --git a/.github/workflows/build-all-tinygrad-models.yaml b/.github/workflows/build-all-tinygrad-models.yaml index 8b86c6b04..1c7812ee4 100644 --- a/.github/workflows/build-all-tinygrad-models.yaml +++ b/.github/workflows/build-all-tinygrad-models.yaml @@ -127,7 +127,7 @@ jobs: retry_failed_models: needs: [setup, get_and_build] runs-on: ubuntu-latest - if: ${{ needs.setup.result != 'failure' && (failure() && !cancelled()) }} + if: ${{ needs.setup.result != 'failure' && !cancelled() }} outputs: retry_matrix: ${{ steps.set-retry-matrix.outputs.retry_matrix }} steps: diff --git a/sunnypilot/models/fetcher.py b/sunnypilot/models/fetcher.py index 482f0e3bb..60a222a36 100644 --- a/sunnypilot/models/fetcher.py +++ b/sunnypilot/models/fetcher.py @@ -114,7 +114,7 @@ class ModelCache: class ModelFetcher: """Handles fetching and caching of model data from remote source""" - MODEL_URL = "https://docs.sunnypilot.ai/driving_models_v6.json" + MODEL_URL = "https://docs.sunnypilot.ai/driving_models_v7.json" def __init__(self, params: Params): self.params = params diff --git a/sunnypilot/models/helpers.py b/sunnypilot/models/helpers.py index a024935b8..79241cd83 100644 --- a/sunnypilot/models/helpers.py +++ b/sunnypilot/models/helpers.py @@ -19,8 +19,8 @@ from openpilot.system.hardware.hw import Paths from pathlib import Path # see the README.md for more details on the model selector versioning -CURRENT_SELECTOR_VERSION = 8 -REQUIRED_MIN_SELECTOR_VERSION = 8 +CURRENT_SELECTOR_VERSION = 9 +REQUIRED_MIN_SELECTOR_VERSION = 9 USE_ONNX = os.getenv('USE_ONNX', PC) diff --git a/tinygrad_repo b/tinygrad_repo index 7737cbb2a..d2bb1bcb9 160000 --- a/tinygrad_repo +++ b/tinygrad_repo @@ -1 +1 @@ -Subproject commit 7737cbb2a0635fce95a9085fb1b53d5bea1093f8 +Subproject commit d2bb1bcb976f106a41928f2d66d354ab7afd6f59