Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions meta-llama-Llama-3.1-8B-Instruct/QAIRT/htp_sc8480xp.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"passes": {
"qp": {
"type": "QairtPreparation",
"script_path": "llama3_1_instruct_script.py"
"script_path": "llama3_1_instruct_script.py"
},
Comment on lines 8 to 10
"qgab": {
"type": "QairtGenAIBuilder",
Expand All @@ -15,8 +15,8 @@
"soc_details": "chipset:SC8480XP",
"vtcm_size_in_mb": 8,
"hvx_threads": 8,
"extended_udma": true,
"sequence_lengths": [32, 128],
"extended_udma": true,
"sequence_lengths": [32, 128],
"native_kv": true,
"multi_graph": true
},
Expand Down
17 changes: 17 additions & 0 deletions meta-llama-Llama-3.1-8B-Instruct/QAIRT/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
keywords:
- qairt
- qnn
version: "1.0.0"
validated_with:
qairt_sdk: "2.45.40"
qairt_dev: "0.8.1"
python: "3.10.12"
recipes:
- file: "htp_sc8380xp.json"
devices:
- npu
ep: QNNExecutionProvider
- file: "htp_sc8480xp.json"
devices:
- npu
ep: QNNExecutionProvider
2 changes: 1 addition & 1 deletion microsoft-Phi-4-mini-instruct/QAIRT/htp_sc8380xp.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"log_severity_level": 1,
"output_dir": "models/phi4-mini-instruct-hamoa",
"output_dir": "models/phi4-mini-instruct-sc8380xp",
"cache_dir": "cache",
"no_artifacts": true
}
13 changes: 13 additions & 0 deletions microsoft-Phi-4-mini-instruct/QAIRT/info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
keywords:
- qairt
- qnn
version: "1.0.0"
validated_with:
qairt_sdk: "2.45.40"
qairt_dev: "0.8.1"
python: "3.10.12"
recipes:
- file: "htp_sc8380xp.json"
devices:
- npu
ep: QNNExecutionProvider
9 changes: 7 additions & 2 deletions microsoft-Phi-4-reasoning/QAIRT/info.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
keywords:
qairt
qnn
- qairt
- qnn
version: "1.0.0"
validated_with:
qairt_sdk: "2.45.40"
qairt_dev: "0.5.0"
python: "3.10.12"
recipes:
- file: "htp_sc8380xp.json"
devices:
Expand Down