skypilot-users
Does using Skypilot make sense if I have reserved GPU capacity on GCP?
I am considering using Skypilot with reserved GPU capacity on Google Cloud Platform (GCP). Is it beneficial to use Skypilot in this scenario?
Ma
Marc PARE
Asked on Mar 25, 2024
- Yes, using Skypilot can be beneficial even if you have reserved GPU capacity on Google Cloud Platform (GCP).
- By setting the
prioritize_reservations
flag totrue
in Skypilot, the optimizer will prioritize reserved instance types and locations, treating them as zero cost. - Skypilot ensures that the optimizer selects any matching reservation, allowing GCP to automatically consume your reservation.
- If you have specifically targeted reservations, Skypilot will prioritize this reserved capacity if the requested resources match the reservation.
- This feature allows you to efficiently leverage your reserved GPU capacity on GCP while still benefiting from Skypilot's capabilities to manage and optimize your cloud resources and workloads.
Mar 25, 2024Edited by