Welcome to the Backend.AI FastTrack examples repository!
| Example | What it does |
|---|---|
docs-rag |
End-to-end RAG over documentation repositories: clone, convert, index, evaluate, and deploy a Gradio UI and an OpenAI-compatible API. Needs one empty model-storage vFolder; the code arrives by git clone, so there is no code vFolder to sync. |
torchtune/llama-3.1-8b |
Fine-tuning Llama 3.1 8B with torchtune, single-node and multi-node. |
pytorch/language-models |
Dataset preparation, training and evaluation for language models with PyTorch and PEFT. |