Skip to content

Commit

Permalink
Revert "[Pipelines] Specify KFP SDK version where new caching flag wi…
Browse files Browse the repository at this point in the history
…ll be available (kubeflow#3881)"

This reverts commit 090f09b.
  • Loading branch information
DharmitD committed Oct 9, 2024
1 parent 360573b commit 132df3c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,10 @@ from kfp.client import Client
client = Client()
client.create_run_from_pipeline_func(
hello_pipeline,
enable_caching=True, # overrides the above disabling of caching
enable_caching=True, # overrides the above disableing of caching
)
```

## Upcoming caching enhancement

Once it is released, KFP SDK v2.10.0 will provide the following caching enhancement:

The `--disable-execution-caching-by-default` flag disables caching for all pipeline tasks by default.

Example:
Expand Down

0 comments on commit 132df3c

Please sign in to comment.