Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove some legacy text
  • Loading branch information
ssiegel95 authored Jan 16, 2025
1 parent 4e90185 commit 169c066
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions services/finetuning/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# TSFM Inference Services
# TSFM Finetuning Image

The TSFM Finetuning Services component provides a runtime for finetuning existing models.
The TSFM Finetuning image provides a runtime for finetuning existing models.
At present we do not support direct service endpoints, the assumption is that
the main `ftmain.py` will serve as the entry point for orchestrated finetuning
workflows initiated from 3rd-party frameworks. The current implementation includes
an example of using the kubeflow training operator and its API for performing
workflows initiated from 3rd-party frameworks.
The current implementation includes an example of using the [kubeflow
training operator (KFTO)](https://github.com/kubeflow/training-operator) and its API for performing
a finetuneing job on a kubernetes-based system.

## Prerequisites:
Expand Down

0 comments on commit 169c066

Please sign in to comment.