Merge branch 'main' into codecov-pulls-only

This commit is contained in:
Dan Saunders
2025-06-18 16:00:37 -04:00
committed by GitHub
82 changed files with 5336 additions and 2769 deletions

View File

@@ -69,7 +69,7 @@ def run_cmd(cmd: str, run_folder: str):
@app.function(
image=cicd_image,
gpu=GPU_CONFIG,
timeout=90 * 60,
timeout=120 * 60,
cpu=16.0,
memory=131072 * N_GPUS,
volumes=VOLUME_CONFIG,