mirror of https://github.com/vladmandic/automatic
Update bug_report.yml
parent
341cbd9d13
commit
18204f6e0b
|
|
@ -75,6 +75,21 @@ body:
|
|||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: compute
|
||||
attributes:
|
||||
label: Compute
|
||||
description: What is the compute engine backend you're using?
|
||||
options:
|
||||
- nVidia CUDA
|
||||
- AMD ROCm
|
||||
- Intel IPEX
|
||||
- OpenVINO
|
||||
- DirectML
|
||||
- ZLUDA
|
||||
default: 0
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: ui
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue