diff --git a/pipeline.py b/pipeline.py index 7f5b0e5..3a9696d 100644 --- a/pipeline.py +++ b/pipeline.py @@ -411,6 +411,8 @@ def pipeline( pvc_path="/output/mt_bench_data.json", ) output_mt_bench_task.after(run_mt_bench_task) + output_mt_bench_task.set_caching_options(False) + mount_pvc( task=output_mt_bench_task, pvc_name=output_pvc_task.output, diff --git a/pipeline.yaml b/pipeline.yaml index bdcc742..1032714 100644 --- a/pipeline.yaml +++ b/pipeline.yaml @@ -1845,8 +1845,7 @@ root: taskInfo: name: pvc-to-model-op pvc-to-mt-bench-op: - cachingOptions: - enableCache: true + cachingOptions: {} componentRef: name: comp-pvc-to-mt-bench-op dependentTasks: