skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.81k stars 513 forks source link

[Docs] Use `--fast` for job submission in tutorials #4339

Open Michaelvll opened 1 week ago

Michaelvll commented 1 week ago

TODO:

Tested (run the relevant ones):

concretevitamin commented 1 week ago

Thought: should we make it robust and then just turn it on by default? Reducing flags to learn.

On Tue, Nov 12, 2024 at 11:56 Zhanghao Wu @.***> wrote:

TODO:

  • Add --fast in the managed jobs / managed spot pages.

Tested (run the relevant ones):

  • Code formatting: bash format.sh
  • Any manual or new tests for this PR (please specify below)
  • All smoke tests: pytest tests/test_smoke.py
  • Relevant individual smoke tests: pytest tests/test_smoke.py::test_fill_in_the_name
  • Backward compatibility tests: conda deactivate; bash -i tests/backward_compatibility_tests.sh

You can view, comment on, or merge this pull request online at:

https://github.com/skypilot-org/skypilot/pull/4339 Commit Summary

File Changes

(1 file https://github.com/skypilot-org/skypilot/pull/4339/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/skypilot-org/skypilot/pull/4339, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEQWHRJ4AJBMN3DVCY3Z432AJMNZAVCNFSM6AAAAABRU27U2SVHI2DSMVQWIX3LMV43ASLTON2WKOZSGY2TGMJYGYYDENY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Michaelvll commented 1 week ago

Thought: should we make it robust and then just turn it on by default? Reducing flags to learn.

Yes, this is an intermediate edit. We will switch it back when we have the robustness stuff merged.