Skip to content

Commit

Permalink
Do not manage deepem-gpu cluster
Browse files Browse the repository at this point in the history
It does not make sense to auto scale the cluster since the size is fixed
  • Loading branch information
ranlu committed Jan 17, 2025
1 parent 2c59d7e commit 665c956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dags/cluster_dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 665c956

Please sign in to comment.