Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"total": 118,
"opset_range": [
12,
22
23
],
"ops_ai_onnx": {
"Abs": {
Expand Down Expand Up @@ -95,10 +95,10 @@
},
"Attention": {
"version_key_map": {
"99999": "1n"
"23": "1n"
},
"start_version": 99999,
"valid_for_gene": false
"start_version": 23,
"valid_for_gene": true
},
"AveragePool": {
"version_key_map": {
Expand Down Expand Up @@ -1023,8 +1023,28 @@
"Attention"
],
"version_key_map": {
"99999": "8v"
}
"23": "8v"
},
"check_for_eps": [
"qnn_gpu",
"qnn_npu"
]
},
"SingleGeluPattern": {
"ops": [
"Gelu"
],
"version_key_map": {
"1": "aw"
},
"check_for_eps": [
"ov_cpu",
"ov_gpu",
"ov_npu",
"qnn_gpu",
"qnn_npu",
"nv_gpu"
]
},
"Conv2DInplaceLinear4DPattern": {
"ops": [
Expand Down
1 change: 0 additions & 1 deletion src/winml/modelkit/models/hf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
from .depth_anything import DepthAnythingIOConfig as _DepthAnythingIOConfig # triggers registration
from .depth_pro import DepthProIOConfig as _DepthProIOConfig # triggers registration
from .detr import DETR_CONFIG
from .layoutlm import LayoutLMQAIOConfig as _LayoutLMQAIOConfig # triggers registration
from .marian import MARIAN_CONFIG
from .marian import MODEL_CLASS_MAPPING as _MARIAN_CLASS_MAPPING
from .marian import MarianDecoderIOConfig as _MarianDecoderIOConfig # triggers registration
Expand Down
68 changes: 0 additions & 68 deletions src/winml/modelkit/models/hf/layoutlm.py

This file was deleted.

Loading
Loading