sunnypilot modeld: Raise Min Selector Version (#1103)

Bump to Min 8 to prevent loading conflicts
This commit is contained in:
James Vecellio-Grant
2025-08-01 07:18:03 -07:00
committed by GitHub
parent c5eb41fe37
commit 40f298f033
+1 -1
View File
@@ -21,7 +21,7 @@ from pathlib import Path
# see the README.md for more details on the model selector versioning
CURRENT_SELECTOR_VERSION = 8
REQUIRED_MIN_SELECTOR_VERSION = 6
REQUIRED_MIN_SELECTOR_VERSION = 8
USE_ONNX = os.getenv('USE_ONNX', PC)