Skip to content

Commit

Permalink
[Jobs] Remove assertion for one single controller resources. (#4358)
Browse files Browse the repository at this point in the history
[Jobs] Remove assertion for one signle controller resoruces.
  • Loading branch information
cblmemo authored Nov 14, 2024
1 parent 53871cb commit 6dd7051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/jobs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def launch(
controller_task.set_resources(controller_resources)

controller_task.managed_job_dag = dag
assert len(controller_task.resources) == 1, controller_task

sky_logging.print(
f'{colorama.Fore.YELLOW}'
Expand Down

0 comments on commit 6dd7051

Please sign in to comment.