From 589dbde9f954f800849115d475d22088eb213bc9 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sun, 23 Aug 2026 20:35:20 -0400 Subject: [PATCH] oops --- openpilot/selfdrive/ui/sunnypilot/ui_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpilot/selfdrive/ui/sunnypilot/ui_state.py b/openpilot/selfdrive/ui/sunnypilot/ui_state.py index 1e3a83d860..948253d47d 100644 --- a/openpilot/selfdrive/ui/sunnypilot/ui_state.py +++ b/openpilot/selfdrive/ui/sunnypilot/ui_state.py @@ -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)