Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
2 changes: 1 addition & 1 deletion 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 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"
Comment on lines +1 to +4
validated_with:
qairt_sdk: "2.45.40"
qairt_dev: "0.8.1"
python: "3.10"
recipes:
Comment on lines +5 to +9
- 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"
Comment on lines +1 to +4
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
5 changes: 5 additions & 0 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
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