Skip to content

Commit

Permalink
Training: Add Fine-Tune API Docs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
  • Loading branch information
andreyvelich committed Apr 26, 2024
1 parent dbb5818 commit 61a8f20
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/en/docs/components/training/user-guides/fine-tuning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
title = "Fine-Tuning API for LLMs"
description = "How to fine-tune LLMs with Training Operator"
weight = 10
+++

{{% alert title="Warning" color="warning" %}}
This feature is in **alpha** stage and Kubeflow community is looking for your feedback. Please
share your experience using #kubeflow-training-operator Slack channel or
[Kubeflow Training Operator GitHib](https://github.com/kubeflow/training-operator/issues/new).
{{% /alert %}}

## Architecture

<img src="/docs/components/training/images/fine-tune-llm-api.drawio.svg"
alt="Fine-Tune API for LLMs"
class="mt-3 mb-3">

0 comments on commit 61a8f20

Please sign in to comment.