Skip to content

Commit

Permalink
Merge branch 'develop' into feature/PRD-663-multiple-output-versions-…
Browse files Browse the repository at this point in the history
…for-a-step
  • Loading branch information
avishniakov authored Nov 6, 2024
2 parents 58e75f2 + aeeb315 commit d0e2633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/book/user-guide/llmops-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ In this guide, we'll explore various aspects of working with LLMs in ZenML, incl
* [Finetuning embeddings with Sentence Transformers](finetuning-embeddings/finetuning-embeddings-with-sentence-transformers.md)
* [Evaluating finetuned embeddings](finetuning-embeddings/evaluating-finetuned-embeddings.md)
* [Finetuning LLMs with ZenML](finetuning-llms/finetuning-llms.md)
* [Finetuning in 100 lines of code](finetuning-llms/finetuning-100-loc.md)
* [Why and when to finetune LLMs](finetuning-llms/why-and-when-to-finetune-llms.md)
* [Starter choices with finetuning](finetuning-llms/starter-choices-for-finetuning-llms.md)
* [Finetuning with 🤗 Accelerate](finetuning-llms/finetuning-with-accelerate.md)
* [Evaluation for finetuning](finetuning-llms/evaluation-for-finetuning.md)
* [Deploying finetuned models](finetuning-llms/deploying-finetuned-models.md)
* [Next steps](finetuning-llms/next-steps.md)

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.

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -478,5 +478,6 @@ module = [
"langchain_community.*",
"vllm.*",
"numba.*",
"uvloop.*",
]
ignore_missing_imports = true

0 comments on commit d0e2633

Please sign in to comment.