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

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8 FATAL_ERROR) cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
project(sherpa-onnx) project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "0.1") set(SHERPA_ONNX_VERSION "1.0")
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")

View File

@@ -1,5 +1,7 @@
# Introduction # Introduction
Documentation: <https://k2-fsa.github.io/sherpa/onnx/index.html>
See <https://github.com/k2-fsa/sherpa> See <https://github.com/k2-fsa/sherpa>
This repo uses [onnxruntime](https://github.com/microsoft/onnxruntime) and This repo uses [onnxruntime](https://github.com/microsoft/onnxruntime) and

View File

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

View File

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