Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into local-telemetry-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewitt1 committed Sep 17, 2024
2 parents 5e40e2e + 01302bc commit 7166d9b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions runhouse/resources/hardware/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,29 +194,6 @@ def default_env(self, env):
"Run `cluster.restart_server()` to restart the Runhouse server on the new default env."
)

@classmethod
def from_name(
cls,
name,
load_from_den: bool = True,
dryrun: bool = False,
_alt_options: Dict = None,
_resolve_children: bool = True,
):
cluster = super().from_name(
name=name,
load_from_den=load_from_den,
dryrun=dryrun,
_alt_options=_alt_options,
_resolve_children=_resolve_children,
)
if hasattr(cluster, "_update_from_sky_status"):
try:
cluster._update_from_sky_status(dryrun=True)
except:
pass
return cluster

def save_config_to_cluster(
self,
node: str = None,
Expand Down

0 comments on commit 7166d9b

Please sign in to comment.