vortex-captain
vortex-captain
Hi @pkbullock , could you help share the content of `C:\Users\\.aitk\models\Microsoft\Phi-4-mini-reasoning-3.8b-qnn\genai_config.json` that's causing the EPContext error?
could you try removing 2 lines of `"backend_path": "QnnHtp.dll",` in `genai_config.json` and loading the model again?
@pkbullock could you help provide more info as follows? Thanks! - In task manager, end all tasks named `Inference.Service.Agent`, if any - Upgrade AI Toolkit to specific version `0.14.3` -...
Thanks @pkbullock ! Could you try the following? - share the file list of `C:\Windows\System32\DriverStore\FileRepository\qcnspmcdm8380.inf_arm64_709a025a458a890b` and `C:\Windows\System32\DriverStore\FileRepository\qcnspmcdm8380.inf_arm64_709a025a458a890b\HTP` - Uninstall manually installed NPU drivers and Qualcomm AI SDK and try loading...
The driver files look right. Could you try replacing 2 lines of ```json "backend_path": "QnnHtp.dll", ``` with ```json "backend_path": "C:/Users//.vscode/extensions/ms-windows-ai-studio.windows-ai-studio-0.14.3-win32-arm64/bin/QnnHtp.dll", ``` in `genai_config.json` and testing again after ending process `Inference.Service.Agent`...