mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-15 08:43:43 +08:00
oops
This commit is contained in:
@@ -152,7 +152,7 @@ class UIStateSP:
|
||||
|
||||
self._enforce_constraints()
|
||||
self.active_bundle = self.params.get("ModelManager_ActiveBundle")
|
||||
self.model_runner_tinygrad = self.active_bundle is not None and self.active_bundle.get("runner") == 1
|
||||
self.model_runner_tinygrad = self.active_bundle is not None and self.active_bundle.get("runner") == "tinygrad"
|
||||
self.blindspot = self.params.get_bool("BlindSpot")
|
||||
self.chevron_metrics = self.params.get("ChevronInfo")
|
||||
self.custom_interactive_timeout = self.params.get("InteractivityTimeout", return_default=True)
|
||||
|
||||
Reference in New Issue
Block a user