Skip to content

Commit

Permalink
Resolve QuIC Repolinter issue: Copyright and licences updated.
Browse files Browse the repository at this point in the history
* Updated the copyright details of files.
* Added a repolinter configuration JSON file to store rules for the repolinter check tool
* Excluded certain folder paths that do contain non-QuIC code
  • Loading branch information
quic-vraidu committed Oct 15, 2024
1 parent a5fa15f commit aab3d8e
Show file tree
Hide file tree
Showing 513 changed files with 328 additions and 78,220 deletions.
2 changes: 2 additions & 0 deletions Examples/Python-ASR-wav2vec2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ snpe-dlc-quantize --input_dlc models/wav2vec2_fp32.dlc --input_list list.txt --
### 4. Build and run with Android Studio

#### Add AI SDK libs and generated DLC into app assets, jniLibs and cmakeLibs directory:
- Create "zdl" directory to store all the SNPE header files in andorid app include path Android_App_Whisper/app/src/main/cpp/inc/
- Copy all SNPE header files from location $SNPE_ROOT/include/SNPE/* to ./Android_App_Whisper/app/src/main/cpp/inc/zdl/
- Take SNPE_ROOT/lib/android/snpe-release.aar file, unzip it
- Then create **app/src/main/jniLibs** folder and paste everything from **jni/arm64-v8a** which is extracted from **snpe-release.aar** to this **app/src/main/jniLibs/arm64-v8a** folder.
- Take SNPE_ROOT/lib/hexagon-v75 if you want to run it on Snapdragon 8th gen 3 device
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit aab3d8e

Please sign in to comment.