On-device LLM inference engine
- Fixed the QNN Embedding model export pipeline. Split the shared Embedding and standard LLM export flow by model type to resolve inconsistent model identification, I/O generation, and artifact path mapping; added Embedding-specific I/O and artifact mapping, and strengthened Qwen3 detection.
- Added input-configuration validation for both Embedding and standard LLM export paths, then verified the change with Python syntax checks and a CMake build before it was merged upstream.