Skip to content

Commit 863fb04

Browse files
committed
Adding GPU example
1 parent eb7b949 commit 863fb04

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/gpu-nvidia.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: 'gpu-runner'
3+
on:
4+
workflow_dispatch:
5+
defaults:
6+
run:
7+
shell: 'bash'
8+
permissions:
9+
id-token: write
10+
contents: read
11+
jobs:
12+
nvidia:
13+
runs-on: ['hyperenv-beta', 'public-vpc-g4dn']
14+
steps:
15+
- uses: 'actions/checkout@v4'
16+
- name: 'NVIDIA SMI output'
17+
run: |
18+
nvidia-smi

0 commit comments

Comments
 (0)