-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrey Velichkevich <[email protected]>
- Loading branch information
1 parent
0f1f073
commit 079a402
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
content/en/docs/components/training/images/fine-tune-llm-api.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
+++ | ||
title = "User Guides" | ||
description = "User guides for Kubeflow Training Operator" | ||
weight = 20 | ||
+++ |
17 changes: 17 additions & 0 deletions
17
content/en/docs/components/training/user-guides/fine-tuning.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |