From 665c956cd2a710668e3b47c505a797575278da6b Mon Sep 17 00:00:00 2001 From: Ran Lu Date: Thu, 16 Jan 2025 23:37:38 -0500 Subject: [PATCH] Do not manage deepem-gpu cluster It does not make sense to auto scale the cluster since the size is fixed --- dags/cluster_dag.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dags/cluster_dag.py b/dags/cluster_dag.py index 33341830..0cfc968f 100644 --- a/dags/cluster_dag.py +++ b/dags/cluster_dag.py @@ -91,6 +91,8 @@ def cluster_control(): return for key in cluster_info: + if key == "deepem-gpu": + continue if key not in target_sizes: continue