-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QNN Compilation support in High Level APIs of QEFFAutoModelForCausalLM (
#187) * QNN Compilation support in QEFFAutoModelForCausalLM High Level APIs 1. Modified qnn_compiler.py to include qnn_binary_dir path to support hash suffix in qpc directory name. 2. Added tests/qnn_tests/test_causal_lm_models_qnn.py for unit testing. 3. Modified qnn_config.json to enable compiler_enable_depth_first if qnn_config file is passed. 4. Added _qnn_compile function in QEFFBaseModel to support QNN Compilation. Signed-off-by: Shubham Agrawal <[email protected]> * Increased Non-CLI Non-QAIC Tests timeout Signed-off-by: Rishin Raj <[email protected]> * Added sudo for executing QNN Docker commands Signed-off-by: Rishin Raj <[email protected]> --------- Signed-off-by: Shubham Agrawal <[email protected]> Signed-off-by: Rishin Raj <[email protected]> Co-authored-by: Rishin Raj <[email protected]>
- Loading branch information
1 parent
74aa67c
commit 8546763
Showing
8 changed files
with
375 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.