mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-02 03:55:34 +00:00
Update labeler.yml for web (#15142)
### Description Adds a few addl tags for web --------- Co-authored-by: Nat Kershaw (MSFT) <nakersha@microsoft.com>
This commit is contained in:
parent
559a21c7c3
commit
b82f94ac2e
1 changed files with 1 additions and 1 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -14,7 +14,7 @@ ep:tvm: '/\btvm\b/i'
|
|||
ep:VitisAI: '/\bvitis(?:ai)?\b/i'
|
||||
platform:jetson: '/\bjetson\b/i'
|
||||
platform:mobile: '/(\bobj(?:ective)?-?c\b|\bnnapi\b|\bcore-?ml\b|\bmobile\b|\bandroid\b|\bios\b|\bxamarin\b|\bmaui\b)/i'
|
||||
platform:web: '/(\bwebgl\b|\bwasm\b)/i'
|
||||
platform:web: '/(\bwebgl\b|\bweb-?gpu\b|\bwasm\b|\bonnxruntime-node\b|\bonnxruntime-web\b)/i'
|
||||
platform:windows: '/(\bwindows\b|\bwinrt\b|\bwinml\b)/i'
|
||||
model:transformer: '/(\bbert\b|\bgpt-?2\b|\bhugging-?face\b|\blong-?former\b|\bt5\b)/i'
|
||||
quantization: '/(is this a quantized model\?\n\nYes|\bquantization\b)/i'
|
||||
|
|
|
|||
Loading…
Reference in a new issue