diff --git a/stacks/fire-planner/terragrunt.hcl b/stacks/fire-planner/terragrunt.hcl index 15fa4d4f..86dabae2 100644 --- a/stacks/fire-planner/terragrunt.hcl +++ b/stacks/fire-planner/terragrunt.hcl @@ -27,7 +27,7 @@ inputs = { image_tag = "latest" # Bulk ingest toggle — flip to true once, apply, monitor job, then reset to false. - run_examples_bulk_ingest = true + run_examples_bulk_ingest = false # qwen3-8b: GPU has ~10.7 GB free (immich-ml using ~4 GB of 15 GB total). examples_llm_model = "qwen3-8b" }