Fix model_type for jni, c# and iOS. (#216)

This commit is contained in:
Fangjun Kuang
2023-07-14 22:24:38 +08:00
committed by GitHub
parent 5a6b55c5a7
commit de2673680e
7 changed files with 38 additions and 8 deletions

View File

@@ -26,7 +26,8 @@ func getBilingualStreamZhEnZipformer20230220() -> SherpaOnnxOnlineTransducerMode
decoder: decoder,
joiner: joiner,
tokens: tokens,
numThreads: 2
numThreads: 2,
modelType: "zipformer"
)
}