Skip to content

Commit acc205a

Browse files
committed
Run tests on T4
1 parent 5b5bf90 commit acc205a

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ${{ matrix.os }}
11-
strategy:
12-
matrix:
13-
os: [ubuntu-latest, windows-latest]
10+
runs-on: t4_gpu
1411
steps:
1512
- uses: actions/checkout@v3
1613
- name: Set up Python 3.11

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Unit tests
22

33
on: [push]
44

5-
env:
6-
TORCH_DEVICE: "cpu"
7-
85
jobs:
96
build:
10-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
8+
strategy:
9+
matrix:
10+
os: [t4_gpu, ubuntu-latest, windows-latest]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Set up Python 3.11

.github/workflows/scripts.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@ name: Test CLI scripts
22

33
on: [push]
44

5-
env:
6-
TORCH_DEVICE: "cpu"
7-
85
jobs:
96
build:
10-
runs-on: ubuntu-latest
7+
runs-on: t4_gpu
118
steps:
129
- uses: actions/checkout@v3
1310
- name: Set up Python 3.11

0 commit comments

Comments
 (0)