Skip to content

Commit

Permalink
chore(workflows): bump summarize cache to 2024.8.15.1
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 28, 2024
1 parent e5a69c4 commit c77d878
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
PREPROCESS_CACHE_VERSION = f"{CACHE_VERSION}.0"
TRAIN_CACHE_VERSION = f"{CACHE_VERSION}.0"
POSTPROCESS_CACHE_VERSION = f"{CACHE_VERSION}.0"
SUMMARIZE_CACHE_VERSION = f"{CACHE_VERSION}.0"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.4"
LINEAGE_FATE_CORRELATION_CACHE_VERSION = f"{CACHE_VERSION}.4"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.4"
SUMMARIZE_CACHE_VERSION = f"{CACHE_VERSION}.1"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.5"
LINEAGE_FATE_CORRELATION_CACHE_VERSION = f"{CACHE_VERSION}.5"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.5"
DEFAULT_ACCELERATOR_TYPE: GPUAccelerator = T4


Expand Down

0 comments on commit c77d878

Please sign in to comment.