# Training & Fine-tuning

- [Get Started in LLM Training with Pytorch 2.8.0](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/get-started-in-llm-training-with-pytorch-2.8.0.md)
- [Accelerating PyTorch Training with TorchDynamo and JIT](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/accelerating-pytorch-training-with-torchdynamo-and-jit.md)
- [Fine-tuning Orpheus\_(3B)-TTS with Unsloth](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/fine-tuning-orpheus_-3b-tts-with-unsloth.md)
- [GRPO on GSM8K with SkyRL](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/grpo-on-gsm8k-with-virtual-machine.md)
- [GRPO on MathVista with Unsloth](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/grpo-on-mathvista-with-unsloth.md)
- [Fine-tune a Reasoning Model to Think in Target Language with Unsloth](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/fine-tune-a-reasoning-model-to-think-in-target-language-with-unsloth.md)
- [SkyRL for LLM-as-a-Judge Training](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/skyrl-for-llm-as-a-judge-training.md)
- [Reinforced Learning with Miles](https://docs.yottalabs.ai/tutorials/training-and-fine-tuning/reinforced-learning-with-miles.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yottalabs.ai/tutorials/training-and-fine-tuning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
