This commit is contained in:
Jason Wen
2026-08-23 20:35:20 -04:00
parent 7a3beec11a
commit 589dbde9f9
@@ -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)