Skip to content

Commit

Permalink
Update docs based op feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesLorre committed Apr 4, 2024
1 parent 0ecc963 commit 1d00f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/runners/sagemaker.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### SageMaker Runner

Leverage [AWS SageMaker](https://aws.amazon.com/sagemaker/) to run your Fondant datasets.
Leverage [AWS SageMaker](https://aws.amazon.com/sagemaker/) to run your Fondant workflow.

This makes it easy to scale up your datasets in a serverless manner without worrying about infrastructure
This makes it easy to scale up your workflows in a serverless manner without worrying about infrastructure
deployment.

The Fondant SageMaker runner will compile your Fondant dataset to a SageMaker pipeline spec and submit it to SageMaker.
The Fondant SageMaker runner will compile your Fondant workflow to a SageMaker pipeline spec and submit it to SageMaker.


!!! note "IMPORTANT"
Expand Down
4 changes: 2 additions & 2 deletions docs/runners/vertex.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pipelines without worrying about infrastructure
deployment.

Vertex AI pipelines leverages Kubeflow pipelines under the hood. The Vertex compiler will take your
Fondant dataset and compile it to a Kubeflow pipeline spec.
This spec can be used to run your dataset on Vertex.
Fondant workflow and compile it to a Kubeflow pipeline spec.
This spec can be used to run your workflow on Vertex.

### Installing the Vertex runner

Expand Down

0 comments on commit 1d00f9a

Please sign in to comment.