Support whisper models (#238)

This commit is contained in:
Fangjun Kuang
2023-08-07 12:34:18 +08:00
committed by GitHub
parent 64efbd82af
commit 45b9d4ab37
39 changed files with 1836 additions and 52 deletions

View File

@@ -11,6 +11,7 @@ if(SHERPA_ONNX_ENABLE_PYTHON)
endif()
set(sources
base64-decode.cc
cat.cc
context-graph.cc
endpoint.cc
@@ -35,6 +36,9 @@ set(sources
offline-transducer-model-config.cc
offline-transducer-model.cc
offline-transducer-modified-beam-search-decoder.cc
offline-whisper-greedy-search-decoder.cc
offline-whisper-model-config.cc
offline-whisper-model.cc
online-conformer-transducer-model.cc
online-lm-config.cc
online-lm.cc
@@ -50,12 +54,12 @@ set(sources
online-zipformer-transducer-model.cc
online-zipformer2-transducer-model.cc
onnx-utils.cc
session.cc
packed-sequence.cc
pad-sequence.cc
parse-options.cc
provider.cc
resample.cc
session.cc
slice.cc
stack.cc
symbol-table.cc