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

### Future TODOs: - [x] #799 - [ ] #800 - [x] #865 - [ ] Better loggings for the spot controller outputs - [x] Examples: Test real resnet training...

enhancement

``` Error: Error reading Project Service foo/cloudbuild.googleapis.com: googleapi: Error 403: Cloud Resource Manager API has not been used in project 123456789 before or it is disabled. Enable it by visiting...

Initial-User-Issue
friction-log

It would be great if sky storage can support uploading multiple files into the same bucket but different folder in the bucket. Currently, a workaround is to write another program...

Initial-User-Issue
friction-log
feature-request

We met the issue during the onboarding session with Wilson. This is due to the ssh config added by SkyPilot was overwritten by a global rule set by user by...

Initial-User-Issue
friction-log

This is a first pass at how a server executing computations on Sky might be implemented. The use case I have in mind is when a user wants to execute...

``` > sky launch -y -c test-huggingface-9ce1ce58-61 examples/huggingface_glue_imdb_app.yaml [?25hTraceback (most recent call last): File "/Users/zhwu/miniconda3/envs/sky-dev/bin/sky", line 33, in sys.exit(load_entry_point('skypilot', 'console_scripts', 'sky')()) File "/Users/zhwu/miniconda3/envs/sky-dev/lib/python3.8/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs)...

bug

Been failing test_inline_spot_env smoke test: ``` » sky spot status | grep test-inline-spot-env-zongheng-4edc-62 428 test-inline-spot-env-zongheng-4edc-62 1x [CPU:0.5] 4 mins ago 2m 27s - 0 FAILED_NO_RESOURCE » sky logs sky-spot-controller 428...

Sky onprem spec YAMLs, if ending in `.yaml` are not found by sky status. They need to be `.yml` to be found in `sky status`. This is problematic because many...

It would be great if we can using `tab` to auto-complete the cluster name when typing the CLI commands. I tried to implement that in [cluster-auto-complete](https://github.com/sky-proj/sky/tree/cluster-auto-complete), but the auto-completion is...

enhancement
good first issue
P1

Our `sky down` supports blobbing, like `sky down test-*`, but `sky storage delete` does not have that, making the bucket deleting in batch difficult.

good first issue