Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 23, 2024
1 parent 82083b0 commit c949839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wasm/asr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(NOT $ENV{SHERPA_ONNX_IS_USING_BUILD_WASM_SH})
endif()

if(NOT EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/assets/encoder.onnx")
# message(FATAL_ERROR "Please read ${CMAKE_CURRENT_SOURCE_DIR}/assets/README.md before you continue")
message(FATAL_ERROR "Please read ${CMAKE_CURRENT_SOURCE_DIR}/assets/README.md before you continue")
endif()

set(exported_functions
Expand Down
2 changes: 1 addition & 1 deletion wasm/asr/sherpa-onnx-wasm-asr-main.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// wasm/sherpa-onnx-wasm-main.cc
// wasm/sherpa-onnx-wasm-asr-main.cc
//
// Copyright (c) 2024 Xiaomi Corporation
#include <stdio.h>
Expand Down

0 comments on commit c949839

Please sign in to comment.