Release v1.0 (#18)

* Release v1.0

* Add link to doc
This commit is contained in:
Fangjun Kuang
2022-10-14 12:13:51 +08:00
committed by GitHub
parent 4614d02d6d
commit f5f90a0742
4 changed files with 7 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ target_link_libraries(sherpa-onnx
kaldi-native-fbank-core
)
add_executable(sherpa-show-onnx-info show-onnx-info.cc)
target_link_libraries(sherpa-show-onnx-info onnxruntime)
# add_executable(sherpa-show-onnx-info show-onnx-info.cc)
# target_link_libraries(sherpa-show-onnx-info onnxruntime)

View File

@@ -80,8 +80,8 @@ Usage:
/path/to/encoder.onnx \
/path/to/decoder.onnx \
/path/to/joiner.onnx \
/path/to/joiner_encoder_proj.ncnn.param \
/path/to/joiner_decoder_proj.ncnn.param \
/path/to/joiner_encoder_proj.onnx \
/path/to/joiner_decoder_proj.onnx \
/path/to/foo.wav [num_threads]
You can download pre-trained models from the following repository: