Skip to content

Commit

Permalink
chore(workflows): bump upload and combine cache to 2024.8.15.2
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 18, 2024
1 parent 8e2037c commit 403b317
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pyrovelocity/workflows/main_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,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}.1"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.1"
UPLOAD_CACHE_VERSION = f"{CACHE_VERSION}.2"
COMBINE_METRICS_CACHE_VERSION = f"{CACHE_VERSION}.2"
L4 = GPUAccelerator("nvidia-l4")
ACCELERATOR_TYPE: GPUAccelerator = T4

Expand Down Expand Up @@ -593,10 +593,10 @@ def training_workflow(
configurations += [
(pancreas_configuration, "pancreas"),
(bonemarrow_configuration, "bonemarrow"),
# (pbmc5k_configuration, "pbmc5k"),
# (pbmc10k_configuration, "pbmc10k"),
(pbmc5k_configuration, "pbmc5k"),
(pbmc10k_configuration, "pbmc10k"),
# (pbmc68k_configuration, "pbmc68k"),
# (pons_configuration, "pons"),
(pons_configuration, "pons"),
# (larry_configuration, "larry"),
(larry_neu_configuration, "larry_neu"),
(larry_mono_configuration, "larry_mono"),
Expand Down

0 comments on commit 403b317

Please sign in to comment.