Open Michaelvll opened 1 month ago
This is mostly solved by sky launch --fast
.
This is not turned on by default since it's very hard to tell when setup should be re-run.
We could probably turn the provisioning short-circuit in #4289 on by default.
A user reported that they are running
sky launch
but they findsky launch
on existing cluster is very slow and the expect behavior is that:Two ways to achieve this:
sky launch
super fast on an existing cluster by caching the current state of a cluster and only re-setup the cluster when the runtime is stale.sky.exec
whensky launch
is run on an existing cluster.