mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Current labeling bot over-applies many of the labels (e.g., ep:CUDA and platform:windows) and is missing some of the APIs + EPs Working on migrating this workflow to GitHub policies but would like to use this fix in the meantime to avoid causing any issues w/ ORT 1.19 ### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
4 lines
159 B
YAML
4 lines
159 B
YAML
ep:CUDA: '/\bcuda\b/i'
|
|
ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i'
|
|
platform:windows: '/(\bwindows\b|\bwinrt\b|\bwinml\b)/i'
|
|
quantization: '/(quant|\bqdq\b)/i'
|