Skip to content

Commit 39c3dc6

Browse files
committed
add missing section (#3172)
1 parent 1317262 commit 39c3dc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/book/user-guide/llmops-guide/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ In this guide, we'll explore various aspects of working with LLMs in ZenML, incl
3131
* [Finetuning embeddings with Sentence Transformers](finetuning-embeddings/finetuning-embeddings-with-sentence-transformers.md)
3232
* [Evaluating finetuned embeddings](finetuning-embeddings/evaluating-finetuned-embeddings.md)
3333
* [Finetuning LLMs with ZenML](finetuning-llms/finetuning-llms.md)
34+
* [Finetuning in 100 lines of code](finetuning-llms/finetuning-100-loc.md)
35+
* [Why and when to finetune LLMs](finetuning-llms/why-and-when-to-finetune-llms.md)
36+
* [Starter choices with finetuning](finetuning-llms/starter-choices-for-finetuning-llms.md)
37+
* [Finetuning with 🤗 Accelerate](finetuning-llms/finetuning-with-accelerate.md)
38+
* [Evaluation for finetuning](finetuning-llms/evaluation-for-finetuning.md)
39+
* [Deploying finetuned models](finetuning-llms/deploying-finetuned-models.md)
40+
* [Next steps](finetuning-llms/next-steps.md)
3441

3542
To follow along with the examples and tutorials in this guide, ensure you have a Python environment set up with ZenML installed. Familiarity with the concepts covered in the [Starter Guide](../starter-guide/README.md) and [Production Guide](../production-guide/README.md) is recommended.
3643

0 commit comments

Comments
 (0)