Skip to content

Commit c75dae3

Browse files
authored
Fix runner configuration for check-pytorch job
1 parent 64db909 commit c75dae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runner_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
CUDA_VISIBLE_DEVICES: 0
4747

4848
check-pytorch:
49-
runs-on: [nvidia-docker-b200-8-x86-64]
49+
runs-on:
5050
timeout-minutes: 10
5151
steps:
5252
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)