fix: indentation error in orchestrator load_model
This commit is contained in:
parent
5bd6fac80e
commit
31334cece1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue