skypilot icon indicating copy to clipboard operation
skypilot copied to clipboard

SkyPilot: Run LLMs, AI, and Batch jobs on any cloud. Get maximum savings, highest GPU availability, and managed execution—all with a simple interface.

Results 530 skypilot issues
Sort by recently updated
recently updated
newest added

I tested the provisioning of the GCP VMs which will be added in the new GCP catalog (see their specs in https://cloud.google.com/compute/docs/machine-types): * M1 * g1-small (0.5 vCPU) * f1-mirco...

Currently, our usage collection does not collect detailed resource information for `sky admin deploy`. We should design the process for the information collected during the on-prem setup by admin.

# Sky local mode with onprem + docker This PR is a demo to showcase the use of sky's upcoming onprem capabilities to deploy sky onto containers (and run sky...

do not merge

Related to #589. Before open sourcing, I think we should at minimum document which cloud regions are currently supported. If I understand correctly, the entire list of the currently supported...

`sky launch` twice the following yaml will download the data again. This will cause unnecessary costs for downloading. Maybe we should consider using `aws s3 sync` instead of `aws s3...

bug

Justin’s requirements.txt will install ray. If the version of ray does not equal our ray version, it will cause some problems. Maybe we should encourage the user to use conda...

Initial-User-Issue

Our autostop will only consider the run section, but the setup section can take very long and the cluster can be stopped even if the setup is still running.

P1
Initial-User-Issue

Currently, we cache the spot job status locally whenever the user called `sky spot status`, which will return a bit confusing job table as some of the jobs may still...

enhancement

Although `aws s3 ls s3://imagenet-bucket` can list the files in the bucket (not owned by me), when mounting the bucket with the following YAML, raises the AccessDenied Error. ```yaml resources:...

bug

I am testing transferring a tar file from a bucket to ebs. When using the `aws s3 cp`, the throughput keeps around 200MB/s. When I mount the bucket with our...