Skip to content

Commit

Permalink
test cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
guangy10 committed Apr 18, 2024
1 parent 9e01bec commit d58ce0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit d58ce0a

Please sign in to comment.