From 35058a54b9c59e37b1a9431b68040b9179dae130 Mon Sep 17 00:00:00 2001 From: Michael Clifford Date: Wed, 18 Dec 2024 08:34:18 -0500 Subject: [PATCH] set caching to False for output_mt_bench_task Signed-off-by: Michael Clifford --- pipeline.py | 2 ++ pipeline.yaml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) 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: