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.
uv is a tool that can replace pip and venv (and some other stuff we're not using I think). It's written in rust and in testing is significantly faster for many operation, especially things like pip list or pip install skypilot when skypilot or all its dependencies are already installed.
Tested (run the relevant ones):
[ ] Code formatting: bash format.sh
[x] Any manual or new tests for this PR (please specify below)
manually created clusters on k8s, aws, azure, lambda, gcp
uv is a tool that can replace pip and venv (and some other stuff we're not using I think). It's written in rust and in testing is significantly faster for many operation, especially things like
pip list
orpip install skypilot
when skypilot or all its dependencies are already installed.Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh