-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path_copy.json.config
More file actions
42 lines (42 loc) · 1.25 KB
/
_copy.json.config
File metadata and controls
42 lines (42 loc) · 1.25 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
{
"copies": [
{
"src": "../../Qwen-Qwen2.5-7B-Instruct/aitk/inference_sample.ipynb",
"dst": "inference_sample.ipynb",
"replacements": []
},
{
"src": "../../Qwen-Qwen2.5-7B-Instruct/aitk/inference_model.json",
"dst": "inference_model.json",
"replacements": []
},
{
"src": "../../Qwen-Qwen2.5-7B-Instruct/aitk/qwen2_5_ov_config.json",
"dst": "qwen2_5_ov_config.json",
"replacements": [
{
"find": "Qwen2.5-7B-Instruct",
"replace": "Qwen2.5-Coder-7B-Instruct"
}
]
},
{
"src": "../../Qwen-Qwen2.5-7B-Instruct/aitk/README.md",
"dst": "README.md",
"replacements": [
{
"find": "Qwen2.5-7B-Instruct",
"replace": "Qwen2.5-Coder-7B-Instruct"
}
]
},
{
"src": "../../Qwen-Qwen2.5-7B-Instruct/aitk/requirements.txt",
"dst": "requirements.txt"
},
{
"src": "../../intel-bert-base-uncased-mrpc/aitk/winml.py",
"dst": "winml.py"
}
]
}