We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a2cb3 commit fe180a0Copy full SHA for fe180a0
.github/workflows/benchmarks.yml
@@ -7,7 +7,10 @@ env:
7
8
jobs:
9
benchmark:
10
- runs-on: T4
+ runs-on: ${{ matrix.os }}
11
+ strategy:
12
+ matrix:
13
+ os: [t4_gpu, ubuntu-latest]
14
steps:
15
- uses: actions/checkout@v3
16
- name: Set up Python 3.11
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on: [push]
4
5
6
tests:
+ runs-on: t4_gpu
0 commit comments