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.71k stars 496 forks source link

[Core] Ordered/Unordered multiple accelerators should have different string representation #2861

Open cblmemo opened 10 months ago

cblmemo commented 10 months ago

Current implementation of this function:

https://github.com/skypilot-org/skypilot/blob/576f5c913730535ed145e2a01ad9b898b477e8ee/sky/backends/backend_utils.py#L2805-L2840

Doesn't show the difference b/t ordered and unordered resources.

Potential solution:

Ordered: 1x [L4:1, T4:1]
Unordered: 1x {L4:1, T4:1}
github-actions[bot] commented 4 months ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.