Skip to content

Commit

Permalink
Release v1.0 (#18)
Browse files Browse the repository at this point in the history
* Release v1.0

* Add link to doc
  • Loading branch information
csukuangfj authored Oct 14, 2022
1 parent 4614d02 commit f5f90a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.8 FATAL_ERROR)
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_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Introduction

Documentation: <https://k2-fsa.github.io/sherpa/onnx/index.html>

See <https://github.com/k2-fsa/sherpa>

This repo uses [onnxruntime](https://github.com/microsoft/onnxruntime) and
Expand Down
4 changes: 2 additions & 2 deletions sherpa-onnx/csrc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions sherpa-onnx/csrc/sherpa-onnx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ int main(int32_t argc, char *argv[]) {
/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:
Expand Down

0 comments on commit f5f90a0

Please sign in to comment.