AI Gallery#
AI Gallery is a collection of ready-to-run recipes for popular AI frameworks and AI models. It provides a simple way to package, share, and run AI projects using the simple interface of SkyPilot.
You can directly run these recipes on your own infrastructure, such as cloud VMs or Kubernetes.
Contents#
Adding an Example to the Gallery#
We welcome contributions from the community. If you would like to contribute, please follow the guidelines below.
Fork the SkyPilot repository on GitHub.
Create a new folder for your own framework, LLM model, or tutorial under llm/.
Add a README.md, a SkyPilot YAML, and other necessary files to run the AI project.
Create a soft link to your README in docs/source/_gallery_original to the README file in one of the subfolders (frameworks, llms, tutorials), e.g.,
cd docs/source/_gallery_original/llms; ln -s ../../../../llm/mixtral/README.md mixtral.md
.Add the file path to the
toctree
above on this page.Create a pull request to the SkyPilot repository.
If you have any questions, please feel free to ask in the SkyPilot Slack.