From d58ce0a673cd75d028ecb75fe27c23ec1b492bd3 Mon Sep 17 00:00:00 2001 From: Guang Yang Date: Wed, 17 Apr 2024 17:09:50 -0700 Subject: [PATCH] test cuda --- .github/workflows/periodic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/periodic.yml b/.github/workflows/periodic.yml index 8fd0bb5be..5bcd1efa7 100644 --- a/.github/workflows/periodic.yml +++ b/.github/workflows/periodic.yml @@ -2,7 +2,7 @@ name: periodic on: schedule: - - cron: '0,6,12,18 0 * * *' # Runs at midnight UTC and every 6 hours + - cron: '0,12 0 * * *' # Runs at midnight UTC and every 12 hours push: tags: - ciflow/periodic/* @@ -115,7 +115,7 @@ jobs: matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }} fail-fast: false with: - runner: linux.g5.4xlarge.nvidia.gpu + runner: linux.gcp.a100 gpu-arch-type: cuda gpu-arch-version: "12.1" script: | @@ -149,7 +149,7 @@ jobs: matrix: ${{ fromJSON(needs.gather-models-gpu.outputs.models) }} fail-fast: false with: - runner: linux.g5.4xlarge.nvidia.gpu + runner: linux.gcp.a100.large gpu-arch-type: cuda gpu-arch-version: "12.1" script: |