From 31334cece1f54242b7bccf3e896c62b97164a647 Mon Sep 17 00:00:00 2001 From: Roland Tannous Date: Thu, 5 Mar 2026 19:43:30 +0000 Subject: [PATCH] fix: indentation error in orchestrator load_model --- studio/backend/core/inference/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/studio/backend/core/inference/orchestrator.py b/studio/backend/core/inference/orchestrator.py index 21c5429fef..0afbec68d6 100644 --- a/studio/backend/core/inference/orchestrator.py +++ b/studio/backend/core/inference/orchestrator.py @@ -282,7 +282,7 @@ class InferenceOrchestrator: model_name, needed_major, ) self._spawn_subprocess(sub_config) - resp = self._wait_response("loaded", timeout=180) + resp = self._wait_response("loaded", timeout=180) # Update local state from response if resp.get("success"):