mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Fix syntax error in labeler.yml (#13193)
This commit is contained in:
parent
a86b8329d9
commit
68218935b9
1 changed files with 1 additions and 1 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -4,7 +4,7 @@ ep:CUDA: '/\bcuda\b/i'
|
|||
ep:DML:
|
||||
- '/\bdirectml\b/i'
|
||||
- '/\bdml\b/i'
|
||||
ep:MIGraphX: /\bmigraphx\b/i'
|
||||
ep:MIGraphX: '/\bmigraphx\b/i'
|
||||
ep:oneDNN: '/\bonednn\b/i'
|
||||
ep:OpenVINO: '/\bopen\s*vino\b/i'
|
||||
ep:RockchipNPU: '/\brockchip\b/i'
|
||||
|
|
|
|||
Loading…
Reference in a new issue