Skip to content

Commit 3f7b2e5

Browse files
committed
Update for QairtEncapsulation pass
1 parent 7098113 commit 3f7b2e5

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

microsoft-Phi-3.5-mini-instruct/QAIRT/simple_config_cpu.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"backend": "CPU",
77
"cache_dir": "./cache/qairt",
88
"log_level": "debug"
9+
},
10+
"qe": {
11+
"type": "QairtEncapsulation",
12+
"log_level": "debug"
913
}
1014
},
1115
"log_severity_level": 1,

microsoft-Phi-3.5-mini-instruct/QAIRT/simple_config_htp_glymur.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"soc_details": "chipset:SC8480XP",
1111
"cache_dir": "./cache/qairt",
1212
"log_level": "debug"
13+
},
14+
"qe": {
15+
"type": "QairtEncapsulation",
16+
"log_level": "debug"
1317
}
1418
},
1519
"log_severity_level": 1,

microsoft-Phi-3.5-mini-instruct/QAIRT/simple_config_htp_hamoa.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
"soc_details": "chipset:SC8380XP",
1111
"cache_dir": "./cache/qairt",
1212
"log_level": "debug"
13+
},
14+
"qe": {
15+
"type": "QairtEncapsulation",
16+
"log_level": "debug"
1317
}
1418
},
1519
"log_severity_level": 1,

0 commit comments

Comments
 (0)