diff --git a/sunnypilot/models/helpers.py b/sunnypilot/models/helpers.py index a614447ceb..61a7e1a006 100644 --- a/sunnypilot/models/helpers.py +++ b/sunnypilot/models/helpers.py @@ -19,7 +19,7 @@ from openpilot.system.hardware import PC from openpilot.system.hardware.hw import Paths from pathlib import Path -CURRENT_SELECTOR_VERSION = 6 +CURRENT_SELECTOR_VERSION = 7 REQUIRED_MIN_SELECTOR_VERSION = 5 USE_ONNX = os.getenv('USE_ONNX', PC)