Skip to content

Commit

Permalink
Merge pull request #242 from MichaelClifford/fix-caching
Browse files Browse the repository at this point in the history
set caching to False for output_mt_bench_task
  • Loading branch information
tumido authored Dec 18, 2024
2 parents cd8bce7 + 35058a5 commit 4602f7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4602f7d

Please sign in to comment.