Label issues with mobile when android or ios are present (#14033)

This commit is contained in:
Nat Kershaw (MSFT) 2023-01-04 13:03:25 -08:00 committed by GitHub
parent 821baa5b83
commit f344d4b3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/labeler.yml vendored
View file

@ -11,7 +11,8 @@ ep:TensorRT: '/(\btensor\s*rt\b|\btrt\b)/i'
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)/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: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'