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
27 lines (27 loc) · 940 Bytes
/
_copy.json.config
File metadata and controls
27 lines (27 loc) · 940 Bytes
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
{
"copies": [
{
"src": "../../deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B/aitk/inference_sample.ipynb",
"dst": "inference_sample.ipynb",
"replacements": [
{
"find": "<|User|>{input}<|Assistant|><think>",
"replace": "<|user|>\\\\n{input} <|end|>\\\\n<|assistant|>"
},
{
"find": "ExecutionProvider=\\\"QNNExecutionProvider\\\"",
"replace": "ExecutionProvider=\\\"OpenVINOExecutionProvider\\\""
}
]
},
{
"src": "../../microsoft-Phi-3.5-mini-instruct/aitk/inference_model.json",
"dst": "inference_model.json",
"replacements": []
},
{
"src": "../../deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B/aitk/winml.py",
"dst": "winml.py"
}
]
}