Skip to content

Commit 53fd24c

Browse files
authored
Add multi selection radio buttons (#547)
1 parent 99ee856 commit 53fd24c

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ name: Benchmark
33
on:
44
workflow_dispatch:
55
inputs:
6-
gpu_type:
7-
description: 'GPU type to run benchmark on'
8-
required: true
9-
type: choice
10-
options:
11-
- 'h100'
12-
- 'b200'
13-
default: 'b200'
6+
run_h100:
7+
description: 'Run benchmark on H100'
8+
required: false
9+
type: boolean
10+
default: false
11+
run_b200:
12+
description: 'Run benchmark on B200'
13+
required: false
14+
type: boolean
15+
default: true
1416

1517
jobs:
1618
benchmark:

0 commit comments

Comments
 (0)