Examples#
A collection of examples demonstrating the use cases of SkyPilot.
Adding an example#
We welcome contributions from the community. Instructions below:
Adding an example
Fork the SkyPilot repository on GitHub.
Create a new folder under llm/ or examples/.
For example, call it
my-llm/
.Add a README.md, a SkyPilot YAML, and other necessary files to run the AI project.
git add
the files.
Go to the appropriate subdir under Examples and add your example.
For example, if you want to add to “Examples / Serving”:
cd docs/source/examples/serving; ln -s ../generated-examples/my-llm.md
.Add a heading for your example to the TOC in the index.rst file.
git add index.rst my-llm.md
Build the docs as usual.