Skip to content

Commit fabb415

Browse files
committed
Update Genie config files
1 parent 4ea35b6 commit fabb415

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"devices": [
3+
{
4+
"soc_id": 60,
5+
"dsp_arch": "v73",
6+
"cores":[{
7+
"perf_profile": "burst",
8+
"rpc_control_latency": 100
9+
}]
10+
}
11+
]
12+
}

samples/genie/python/models/IBM-Granite-v3.1-8B/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"kv-dim": 128,
3838
"allow-async-init": false
3939
},
40-
"extensions": "qai_libs\\htp_backend_ext_config.json"
40+
"extensions": "genie\\python\\config\\htp_backend_ext_config.json"
4141
},
4242
"model": {
4343
"version": 1,

samples/genie/python/models/Phi-3.5-mini/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"kv-dim": 96,
4141
"allow-async-init": false
4242
},
43-
"extensions": "qai_libs\\htp_backend_ext_config.json"
43+
"extensions": "genie\\python\\config\\htp_backend_ext_config.json"
4444
},
4545
"model": {
4646
"version": 1,

samples/python/utils/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def setup_qai_env(version, lib_arch = DEFAULT_LIB_ARCH, dsp_arch = DEFAULT_DSP_A
363363
"QnnHtp.dll",
364364
"QnnSystem.dll",
365365
"QnnHtpPrepare.dll",
366+
"QnnHtpNetRunExtensions.dll",
366367
"QnnHtpV{}Stub.dll".format(dsp_arch),
367368
]
368369

0 commit comments

Comments
 (0)