Build wheels for rknn linux aarch64 (#1928)

This commit is contained in:
Fangjun Kuang
2025-02-26 18:58:57 +08:00
committed by GitHub
parent 82cb8a5dc3
commit eebe19997d
4 changed files with 131 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ bool OnlineModelConfig::Validate() const {
EndsWith(transducer.joiner, ".onnx"))) {
SHERPA_ONNX_LOGE(
"--provider is rknn, but you pass onnx model "
"filenames. encoder: '%s', decoder: '%s', joiner: %'s'",
"filenames. encoder: '%s', decoder: '%s', joiner: '%s'",
transducer.encoder.c_str(), transducer.decoder.c_str(),
transducer.joiner.c_str());
return false;