Skip to content

Commit 702839a

Browse files
committed
Fix log levels
1 parent 0389d6d commit 702839a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

microsoft-Phi-4-reasoning/QAIRT/htp_sc8380xp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"qgab": {
1515
"type": "QairtGenAIBuilder",
16-
"log_level": "info",
16+
"log_level": "INFO",
1717
"backend": "HTP",
1818
"soc_details": "chipset:SC8380XP",
1919
"hvx_threads": 4,
@@ -24,7 +24,7 @@
2424
},
2525
"qe": {
2626
"type": "QairtEncapsulation",
27-
"log_level": "info",
27+
"log_level": "ERROR",
2828
"run_checker": "true"
2929
}
3030
},

microsoft-Phi-4-reasoning/QAIRT/htp_sc8480xp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"qgab": {
1212
"type": "QairtGenAIBuilder",
13-
"log_level": "info",
13+
"log_level": "INFO",
1414
"backend": "HTP",
1515
"soc_details": "chipset:SC8480XP",
1616
"vtcm_size_in_mb": 8,
@@ -22,7 +22,7 @@
2222
},
2323
"qe": {
2424
"type": "QairtEncapsulation",
25-
"log_level": "info",
25+
"log_level": "ERROR",
2626
"run_checker": "true"
2727
}
2828
},

0 commit comments

Comments
 (0)