You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reservations can be much cheaper than the on-demand instances, once a reservation is purchased for a future period of time, a user wants sky launch to only wait the reservation to be ready and launch the job, not risking to get an on-demand cluster with a much higher price.
It could be done by:
Allowing a new value for the prioritize_reservations field in ~/.sky/config.yaml: reservation_only
Allowing the prioritize_reservations to be specified in SkyPilot yaml, i.e. the experimental section.
The text was updated successfully, but these errors were encountered:
Reservations can be much cheaper than the on-demand instances, once a reservation is purchased for a future period of time, a user wants
sky launch
to only wait the reservation to be ready and launch the job, not risking to get an on-demand cluster with a much higher price.It could be done by:
prioritize_reservations
field in~/.sky/config.yaml
:reservation_only
prioritize_reservations
to be specified in SkyPilot yaml, i.e. the experimental section.The text was updated successfully, but these errors were encountered: