Skip to content

Commit

Permalink
chore(workflows): bump upload and combine cache to 2024.8.15.3
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 18, 2024
1 parent 12cb729 commit 1d38245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
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}.2"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.2"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.3"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.3"
L4 = GPUAccelerator("nvidia-l4")
ACCELERATOR_TYPE: GPUAccelerator = T4

Expand Down

0 comments on commit 1d38245

Please sign in to comment.