forked from microsoft/olive-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_copy.json.config
More file actions
46 lines (46 loc) · 1.37 KB
/
_copy.json.config
File metadata and controls
46 lines (46 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"copies": [
{
"src": "vit-base-patch16-224_qdq_amd.json.config",
"dst": "vit-base-patch16-224_qdq_qnn.json.config",
"replacements": [
{
"find": "vit/vit_qdq_vitis_ai.json",
"replace": "vit/qnn/vit_qnn_qdq.json"
},
{
"find": "Convert to AMD NPU",
"replace": "Convert to Qualcomm NPU"
}
]
},
{
"src": "../../intel-bert-base-uncased-mrpc/aitk/winml.py",
"dst": "winml.py"
},
{
"src": "vit-base-patch16-224_dml.json",
"dst": "vit-base-patch16-224_migraphx.json",
"replacements": [
{
"find": "DmlExecutionProvider",
"replace": "MIGraphXExecutionProvider"
}
]
},
{
"src": "vit-base-patch16-224_dml.json.config",
"dst": "vit-base-patch16-224_migraphx.json.config",
"replacements": [
{
"find": "DmlExecutionProvider",
"replace": "MIGraphXExecutionProvider"
},
{
"find": "DirectML",
"replace": "AMD GPU"
}
]
}
]
}