Skip to content

Commit 151dd9c

Browse files
authored
Add C++ runtime for Whisper with Ascend NPU (#3009)
1 parent e061d42 commit 151dd9c

14 files changed

Lines changed: 1141 additions & 42 deletions

sherpa-onnx/csrc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ if(SHERPA_ONNX_ENABLE_ASCEND_NPU)
229229
list(APPEND sources
230230
./ascend/offline-paraformer-model-ascend.cc
231231
./ascend/offline-sense-voice-model-ascend.cc
232+
./ascend/offline-whisper-model-ascend.cc
232233
./ascend/offline-zipformer-ctc-model-ascend.cc
233234
./ascend/utils.cc
234235
)

0 commit comments

Comments
 (0)