skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 513 forks source link

[Jobs] Remove assertion for one single controller resources. #4358

Closed cblmemo closed 1 week ago

cblmemo commented 1 week ago

A user reports when launch a managed jobs, following assertion error appears:

  File "sky/jobs/core.py", line 128, in launch
    assert len(controller_task.resources) == 1, controller_task
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is due to the multi-controller resources we introduces in #4053. Fixed now

Tested (run the relevant ones):